Mercurial > libavcodec.hg
diff mpegvideo.h @ 307:764aeec1320e libavcodec
msmpeg4v2 decoding (no encoding yet)
| author | michaelni |
|---|---|
| date | Fri, 05 Apr 2002 04:09:04 +0000 |
| parents | a1234c032636 |
| children | 8cf5507e6ca5 |
line wrap: on
line diff
--- a/mpegvideo.h Thu Apr 04 20:04:10 2002 +0000 +++ b/mpegvideo.h Fri Apr 05 04:09:04 2002 +0000 @@ -267,6 +267,7 @@ int first_slice_line; /* used in mpeg4 too to handle resync markers */ int flipflop_rounding; int bitrate; + int msmpeg4_version; /* 1=mp41, 2=mp42, 3=mp43/divx3 */ /* decompression specific */ GetBitContext gb;
