From baaf3f467b850e534cce11f556a48df09f4b666d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 4 Jan 2004 00:23:14 +0000 Subject: SVCD scan offset stuff Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg12data.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/mpeg12data.h') diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index 70d23dfb9b..42b3d49a1f 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -433,3 +433,10 @@ static const AVRational mpeg2_aspect[16]={ {0,1}, }; +static const uint8_t svcd_scan_offset_placeholder[14]={ + 0x10, 0x0E, + 0x00, 0x80, 0x81, + 0x00, 0x80, 0x81, + 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, +}; -- cgit v1.2.3