Drop useless End-of-Sequence marker.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Mon, 26 Apr 2010 11:36:12 +0000 (11:36 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:32 +0000 (12:55 +0200)
tests/test-vc1.c

index 80a56fc..2838015 100644 (file)
@@ -22,7 +22,7 @@
 
 #define VC1_CLIP_WIDTH            320
 #define VC1_CLIP_HEIGHT           240
-#define VC1_CLIP_DATA_SIZE      20864
+#define VC1_CLIP_DATA_SIZE      20860
 
 /* Data dump of a 320x240 VC-1 video clip (vc1.raw), it has a single frame */
 static const guchar vc1_clip[VC1_CLIP_DATA_SIZE] = {
@@ -1764,7 +1764,7 @@ static const guchar vc1_clip[VC1_CLIP_DATA_SIZE] = {
     0x0e, 0x12, 0x0f, 0x34, 0xb6, 0x7b, 0xe0, 0xef, 0x3b, 0xbb, 0xb6, 0x92,
     0xe8, 0xfc, 0xd4, 0x1d, 0x67, 0x18, 0x8a, 0x50, 0x9a, 0x48, 0x81, 0x4f,
     0x2f, 0x54, 0x12, 0xbe, 0xdb, 0xd2, 0x67, 0xae, 0x1d, 0x2a, 0x5f, 0x8d,
-    0x0f, 0x55, 0xbf, 0x40, 0x00, 0x00, 0x01, 0x0a
+    0x0f, 0x55, 0xbf, 0x40
 };
 
 void vc1_get_video_data(const guchar **data, guint *size)