Mercurial > libavcodec.hg
comparison avcodec.h @ 2026:b7f43fc816db libavcodec
forgotten prototypes
| author | michael |
|---|---|
| date | Fri, 21 May 2004 13:44:03 +0000 |
| parents | 591233f22963 |
| children | f796043935f3 |
comparison
equal
deleted
inserted
replaced
| 2025:591233f22963 | 2026:b7f43fc816db |
|---|---|
| 1937 void avcodec_get_frame_defaults(AVFrame *pic); | 1937 void avcodec_get_frame_defaults(AVFrame *pic); |
| 1938 AVFrame *avcodec_alloc_frame(void); | 1938 AVFrame *avcodec_alloc_frame(void); |
| 1939 | 1939 |
| 1940 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); | 1940 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); |
| 1941 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); | 1941 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); |
| 1942 int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic); | |
| 1943 void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); | |
| 1944 enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt); | |
| 1942 | 1945 |
| 1943 int avcodec_thread_init(AVCodecContext *s, int thread_count); | 1946 int avcodec_thread_init(AVCodecContext *s, int thread_count); |
| 1944 void avcodec_thread_free(AVCodecContext *s); | 1947 void avcodec_thread_free(AVCodecContext *s); |
| 1945 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); | 1948 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); |
| 1949 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); | |
| 1946 //FIXME func typedef | 1950 //FIXME func typedef |
| 1947 | 1951 |
| 1948 /** | 1952 /** |
| 1949 * opens / inits the AVCodecContext. | 1953 * opens / inits the AVCodecContext. |
| 1950 * not thread save! | 1954 * not thread save! |
