Mercurial > libavcodec.hg
diff mpegvideo.h @ 676:c3bdb00a98a9 libavcodec
dont store version for bit-exact tests
| author | michaelni |
|---|---|
| date | Sat, 14 Sep 2002 22:07:35 +0000 |
| parents | 00a882f626bd |
| children | 79393a88c6e4 |
line wrap: on
line diff
--- a/mpegvideo.h Sat Sep 14 19:00:09 2002 +0000 +++ b/mpegvideo.h Sat Sep 14 22:07:35 2002 +0000 @@ -496,6 +496,8 @@ 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);
