mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
spelling/grammar/consistency review part II
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* Base64.c
|
||||
* Copyright (c) 2006 Ryan Martell. (rdm4@martellventures.com)
|
||||
*
|
||||
* This file is part of FFmpeg.
|
||||
@ -25,13 +24,13 @@
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* decodes base64
|
||||
* param order as strncpy()
|
||||
* Decodes Base64.
|
||||
* Parameter order is the same as strncpy().
|
||||
*/
|
||||
int av_base64_decode(uint8_t * out, const char *in, int out_length);
|
||||
|
||||
/**
|
||||
* encodes base64
|
||||
* Encodes Base64.
|
||||
* @param src data, not a string
|
||||
* @param buf output string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user