From: gb Date: Mon, 3 May 2010 12:25:07 +0000 (+0000) Subject: Add End-of-Sequence start code. X-Git-Tag: 1.19.3~503^2~3470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2da149abc9f7a6669cdf88116c27c804f0cfa98a;p=platform%2Fupstream%2Fgstreamer.git Add End-of-Sequence start code. --- diff --git a/tests/test-vc1.c b/tests/test-vc1.c index 2838015..80a56fc 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 20860 +#define VC1_CLIP_DATA_SIZE 20864 /* 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 + 0x0f, 0x55, 0xbf, 0x40, 0x00, 0x00, 0x01, 0x0a }; void vc1_get_video_data(const guchar **data, guint *size)