提交 51a49663 编写于 作者: F Fabrice Bellard

added avcodec_set_bit_exact() for testing

Originally committed as revision 540 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 44defcfb
...@@ -389,11 +389,13 @@ int avpicture_deinterlace(AVPicture *dst, AVPicture *src, ...@@ -389,11 +389,13 @@ int avpicture_deinterlace(AVPicture *dst, AVPicture *src,
extern AVCodec *first_avcodec; extern AVCodec *first_avcodec;
/* returns LIBAVCODEC_VERSION_INT constant */ /* returns LIBAVCODEC_VERSION_INT constant */
unsigned avcodec_version( void ); unsigned avcodec_version(void);
/* returns LIBAVCODEC_BUILD constant */ /* returns LIBAVCODEC_BUILD constant */
unsigned avcodec_build( void ); unsigned avcodec_build(void);
void avcodec_init(void); void avcodec_init(void);
void avcodec_set_bit_exact(void);
void register_avcodec(AVCodec *format); void register_avcodec(AVCodec *format);
AVCodec *avcodec_find_encoder(enum CodecID id); AVCodec *avcodec_find_encoder(enum CodecID id);
AVCodec *avcodec_find_encoder_by_name(const char *name); AVCodec *avcodec_find_encoder_by_name(const char *name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册