Regenerate correct clips.

This commit is contained in:
gb 2010-04-26 08:15:58 +00:00 committed by Gwenole Beauchesne
parent 62358dce92
commit edef951fb2
2 changed files with 1017 additions and 1078 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,9 +20,9 @@
#include "test-vc1.h"
#define VC1_CLIP_WIDTH 320
#define VC1_CLIP_HEIGHT 240
#define VC1_CLIP_DATA_SIZE 20860
#define VC1_CLIP_WIDTH 320
#define VC1_CLIP_HEIGHT 240
#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)