Drop useless End-of-Sequence marker.

This commit is contained in:
gb 2010-04-26 11:36:12 +00:00 committed by Gwenole Beauchesne
parent 0d7164c96c
commit 68101c13b3

View 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)