Mercurial > libavcodec.hg
comparison avcodec.h @ 1994:8d3540dddd1b libavcodec
cleanup & memleak fix
| author | michael |
|---|---|
| date | Fri, 30 Apr 2004 17:42:58 +0000 |
| parents | 938e47c809b0 |
| children | 7bd3932bc918 |
comparison
equal
deleted
inserted
replaced
| 1993:5086ee0ea559 | 1994:8d3540dddd1b |
|---|---|
| 1932 void avcodec_get_frame_defaults(AVFrame *pic); | 1932 void avcodec_get_frame_defaults(AVFrame *pic); |
| 1933 AVFrame *avcodec_alloc_frame(void); | 1933 AVFrame *avcodec_alloc_frame(void); |
| 1934 | 1934 |
| 1935 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); | 1935 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); |
| 1936 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); | 1936 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); |
| 1937 void avcodec_default_free_buffers(AVCodecContext *s); | |
| 1938 | 1937 |
| 1939 int avcodec_thread_init(AVCodecContext *s, int thread_count); | 1938 int avcodec_thread_init(AVCodecContext *s, int thread_count); |
| 1940 void avcodec_thread_free(AVCodecContext *s); | 1939 void avcodec_thread_free(AVCodecContext *s); |
| 1941 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); | 1940 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); |
| 1942 //FIXME func typedef | 1941 //FIXME func typedef |
