warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d957696f17
commit
7906085fcc
15 changed files with 27 additions and 35 deletions
|
|
@ -1895,6 +1895,7 @@ void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
|
|||
|
||||
void avcodec_get_context_defaults(AVCodecContext *s);
|
||||
AVCodecContext *avcodec_alloc_context(void);
|
||||
void avcodec_get_frame_defaults(AVFrame *pic);
|
||||
AVFrame *avcodec_alloc_frame(void);
|
||||
|
||||
int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue