Mercurial > libavcodec.hg
comparison avcodec.h @ 1904:129236143f2e libavcodec
warning patrol
| author | mellum |
|---|---|
| date | Wed, 24 Mar 2004 23:32:48 +0000 |
| parents | 5cde80c5d929 |
| children | f2d134308a70 |
comparison
equal
deleted
inserted
replaced
| 1903:c94b19667d8b | 1904:129236143f2e |
|---|---|
| 1893 AVCodec *avcodec_find_decoder_by_name(const char *name); | 1893 AVCodec *avcodec_find_decoder_by_name(const char *name); |
| 1894 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); | 1894 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); |
| 1895 | 1895 |
| 1896 void avcodec_get_context_defaults(AVCodecContext *s); | 1896 void avcodec_get_context_defaults(AVCodecContext *s); |
| 1897 AVCodecContext *avcodec_alloc_context(void); | 1897 AVCodecContext *avcodec_alloc_context(void); |
| 1898 void avcodec_get_frame_defaults(AVFrame *pic); | |
| 1898 AVFrame *avcodec_alloc_frame(void); | 1899 AVFrame *avcodec_alloc_frame(void); |
| 1899 | 1900 |
| 1900 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); | 1901 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); |
| 1901 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); | 1902 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); |
| 1902 void avcodec_default_free_buffers(AVCodecContext *s); | 1903 void avcodec_default_free_buffers(AVCodecContext *s); |
