diff mpeg12data.h @ 1721:8158e66f1f75 libavcodec

SVCD scan offset stuff
author michael
date Sun, 04 Jan 2004 00:23:14 +0000
parents c92147a61d97
children a4d9e8b4e2f8
line wrap: on
line diff
--- a/mpeg12data.h	Sat Jan 03 20:14:45 2004 +0000
+++ b/mpeg12data.h	Sun Jan 04 00:23:14 2004 +0000
@@ -433,3 +433,10 @@
     {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,
+};