diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-14 22:07:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-14 22:07:35 +0000 |
commit | 5596c60cceaee5f59ea67d71601f86c49b21d4fa (patch) | |
tree | 2ce8ef80c5be852304ab69dbaeb9b653b9d400d7 /libavcodec/mpegvideo.h | |
parent | b7c27ee601009168f874e9367286ae6a815d13b9 (diff) | |
download | ffmpeg-5596c60cceaee5f59ea67d71601f86c49b21d4fa.tar.gz |
dont store version for bit-exact tests
Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index ee184b1406..2caccce8a8 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -496,6 +496,8 @@ void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); void ff_clean_intra_table_entries(MpegEncContext *s); +extern int ff_bit_exact; + /* motion_est.c */ void ff_estimate_p_frame_motion(MpegEncContext * s, int mb_x, int mb_y); |