mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
SVCD scan offset stuff
Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user