comparison avcodec.h @ 1832:ac9e8597c2b7 libavcodec

1l
author michael
date Wed, 25 Feb 2004 18:17:45 +0000
parents cd2d7fcfab7a
children ba27ce284d07
comparison
equal deleted inserted replaced
1831:cd2d7fcfab7a 1832:ac9e8597c2b7
1871 1871
1872 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); 1872 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
1873 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); 1873 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
1874 void avcodec_default_free_buffers(AVCodecContext *s); 1874 void avcodec_default_free_buffers(AVCodecContext *s);
1875 1875
1876 int avcodec_pthread_init(AVCodecContext *s, int thread_count); 1876 int avcodec_thread_init(AVCodecContext *s, int thread_count);
1877 void avcodec_pthread_free(AVCodecContext *s); 1877 void avcodec_thread_free(AVCodecContext *s);
1878 int avcodec_pthread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count); 1878 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
1879 //FIXME func typedef 1879 //FIXME func typedef
1880 1880
1881 /** 1881 /**
1882 * opens / inits the AVCodecContext. 1882 * opens / inits the AVCodecContext.
1883 * not thread save! 1883 * not thread save!