summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-04-26 11:36:12 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-09-20 12:55:32 +0200
commit68101c13b35a34443ee3d369d37f28913b0150a5 (patch)
treed82cb5f52543bda5330124f5cc6ec9a0847d4e0d /tests
parent0d7164c96c9b78a42a5a454552f69a63b97ee7ee (diff)
Drop useless End-of-Sequence marker.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-vc1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-vc1.c b/tests/test-vc1.c
index 80a56fcb..28380152 100644
--- a/tests/test-vc1.c
+++ b/tests/test-vc1.c
@@ -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)