# HG changeset patch # User michael # Date 1085147043 0 # Node ID b7f43fc816db98e1c32aa2d508875e9555a28984 # Parent 591233f229633a49b6c1ea56f9fe87517db5308d forgotten prototypes diff -r 591233f22963 -r b7f43fc816db avcodec.h --- a/avcodec.h Tue May 18 17:23:49 2004 +0000 +++ b/avcodec.h Fri May 21 13:44:03 2004 +0000 @@ -1939,10 +1939,14 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); +int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic); +void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); +enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt); int avcodec_thread_init(AVCodecContext *s, int thread_count); void avcodec_thread_free(AVCodecContext *s); int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); +int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); //FIXME func typedef /**