changeset 399:64247fd53524 libavcodec

added avcodec_set_bit_exact() for testing
author glantau
date Mon, 20 May 2002 16:22:51 +0000
parents d7008d1c5bd0
children b0aed401a756
files avcodec.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sun May 19 01:49:53 2002 +0000
+++ b/avcodec.h	Mon May 20 16:22:51 2002 +0000
@@ -389,11 +389,13 @@
 extern AVCodec *first_avcodec;
 
 /* returns LIBAVCODEC_VERSION_INT constant */
-unsigned avcodec_version( void );
+unsigned avcodec_version(void);
 /* returns LIBAVCODEC_BUILD constant */
-unsigned avcodec_build( void );
+unsigned avcodec_build(void);
 void avcodec_init(void);
 
+void avcodec_set_bit_exact(void);
+
 void register_avcodec(AVCodec *format);
 AVCodec *avcodec_find_encoder(enum CodecID id);
 AVCodec *avcodec_find_encoder_by_name(const char *name);