Commit 5a815088 authored by Michael Niedermayer's avatar Michael Niedermayer

1l

Originally committed as revision 2815 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9740beff
...@@ -1873,9 +1873,9 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); ...@@ -1873,9 +1873,9 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
void avcodec_default_free_buffers(AVCodecContext *s); void avcodec_default_free_buffers(AVCodecContext *s);
int avcodec_pthread_init(AVCodecContext *s, int thread_count); int avcodec_thread_init(AVCodecContext *s, int thread_count);
void avcodec_pthread_free(AVCodecContext *s); void avcodec_thread_free(AVCodecContext *s);
int avcodec_pthread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
//FIXME func typedef //FIXME func typedef
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment