SVCD scan offset stuff

Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-01-04 00:23:14 +00:00
parent c953e7976e
commit baaf3f467b
4 changed files with 23 additions and 1 deletions

View File

@@ -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,
};