Mercurial > libavcodec.hg
diff mpegvideo.h @ 1520:ad5461bad820 libavcodec
intra dc treshold != 0 decoding fixed
| author | michael |
|---|---|
| date | Sun, 12 Oct 2003 14:01:53 +0000 |
| parents | 010f76d07a27 |
| children | 14d01ccc0081 |
line wrap: on
line diff
--- a/mpegvideo.h Sat Oct 11 21:49:10 2003 +0000 +++ b/mpegvideo.h Sun Oct 12 14:01:53 2003 +0000 @@ -566,6 +566,7 @@ int low_delay; ///< no reordering needed / has no b-frames int vo_type; int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders + int intra_dc_threshold; ///< QP above whch the ac VLC should be used for intra dc PutBitContext tex_pb; ///< used for data partitioned VOPs PutBitContext pb2; ///< used for data partitioned VOPs #define PB_BUFFER_SIZE 1024*256
