summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-04 00:23:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-04 00:23:14 +0000
commitbaaf3f467b850e534cce11f556a48df09f4b666d (patch)
tree2dd4814990cc8eb1a84789efc1d4863e801484b7 /libavcodec/mpeg12data.h
parentc953e7976ec71c007bdc0aa0316398541eb260aa (diff)
SVCD scan offset stuff
Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12data.h')
-rw-r--r--libavcodec/mpeg12data.h7
1 files changed, 7 insertions, 0 deletions
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,
+};