mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
added avcodec_set_bit_exact() for testing
Originally committed as revision 540 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
44defcfb86
commit
51a4966370
@ -394,6 +394,8 @@ unsigned avcodec_version( void );
|
|||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user