mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Fix trivial punctuation error
Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e798dbdd34
commit
53128bc371
@ -1397,7 +1397,7 @@ typedef struct AVCodecContext {
|
|||||||
* avcodec_default_get_buffer() instead of providing buffers allocated by
|
* avcodec_default_get_buffer() instead of providing buffers allocated by
|
||||||
* some other means.
|
* some other means.
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by libavcodec., user can override.
|
* - decoding: Set by libavcodec, user can override.
|
||||||
*/
|
*/
|
||||||
int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
||||||
|
|
||||||
@ -1406,7 +1406,7 @@ typedef struct AVCodecContext {
|
|||||||
* A released buffer can be reused in get_buffer().
|
* A released buffer can be reused in get_buffer().
|
||||||
* pic.data[*] must be set to NULL.
|
* pic.data[*] must be set to NULL.
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by libavcodec., user can override.
|
* - decoding: Set by libavcodec, user can override.
|
||||||
*/
|
*/
|
||||||
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
||||||
|
|
||||||
@ -2029,7 +2029,7 @@ typedef struct AVCodecContext {
|
|||||||
* avcodec_default_reget_buffer() instead of providing buffers allocated by
|
* avcodec_default_reget_buffer() instead of providing buffers allocated by
|
||||||
* some other means.
|
* some other means.
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by libavcodec., user can override
|
* - decoding: Set by libavcodec, user can override.
|
||||||
*/
|
*/
|
||||||
int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user