summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHai Lan <hai.lan@intel.com>2011-09-07 16:13:07 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2011-09-09 09:43:33 +0800
commitef9b788e206923338b37619db6a4dbde1d3098d5 (patch)
tree7d0f83b0ad5fa5c42d3179373332f7b849226d4d
parent4a32d5723cd8b82cc5bf85420bdb651d14c2abd3 (diff)
downloadlibva-ef9b788e206923338b37619db6a4dbde1d3098d5.tar.gz
test/transcode/mpeg2transcode.cpp:modify the comments
Signed-off-by: Hai Lan <hai.lan@intel.com>
-rw-r--r--test/transcode/mpeg2transcode.cpp22
1 files changed, 1 insertions, 21 deletions
diff --git a/test/transcode/mpeg2transcode.cpp b/test/transcode/mpeg2transcode.cpp
index c759da7..95803e4 100644
--- a/test/transcode/mpeg2transcode.cpp
+++ b/test/transcode/mpeg2transcode.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2008 Intel Corporation. All Rights Reserved.
+ * Copyright (c) 2007-2011 Intel Corporation. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
@@ -24,7 +24,6 @@
/*
* it is a real program to show how VAAPI transcode work,
- * It does VLD decode for a simple MPEG2 clip "mpeg2-I.m2v"
* It will decode a simple mpeg2 clip(320x240) and scale it to 1280x960,
* then it will encode it to a 264 file(test.264).
*
@@ -76,25 +75,6 @@ if (va_status != VA_STATUS_SUCCESS) { \
exit(1); \
}
-/* Data dump of a 16x16 MPEG2 video clip,it has one I frame
- */
-#if 0
-static unsigned char mpeg2_clip[]={
- 0x00,0x00,0x01,0xb3,0x01,0x00,0x10,0x13,0xff,0xff,0xe0,0x18,0x00,0x00,0x01,0xb5,
- 0x14,0x8a,0x00,0x01,0x00,0x00,0x00,0x00,0x01,0xb8,0x00,0x08,0x00,0x00,0x00,0x00,
- 0x01,0x00,0x00,0x0f,0xff,0xf8,0x00,0x00,0x01,0xb5,0x8f,0xff,0xf3,0x41,0x80,0x00,
- 0x00,0x01,0x01,0x13,0xe1,0x00,0x15,0x81,0x54,0xe0,0x2a,0x05,0x43,0x00,0x2d,0x60,
- 0x18,0x01,0x4e,0x82,0xb9,0x58,0xb1,0x83,0x49,0xa4,0xa0,0x2e,0x05,0x80,0x4b,0x7a,
- 0x00,0x01,0x38,0x20,0x80,0xe8,0x05,0xff,0x60,0x18,0xe0,0x1d,0x80,0x98,0x01,0xf8,
- 0x06,0x00,0x54,0x02,0xc0,0x18,0x14,0x03,0xb2,0x92,0x80,0xc0,0x18,0x94,0x42,0x2c,
- 0xb2,0x11,0x64,0xa0,0x12,0x5e,0x78,0x03,0x3c,0x01,0x80,0x0e,0x80,0x18,0x80,0x6b,
- 0xca,0x4e,0x01,0x0f,0xe4,0x32,0xc9,0xbf,0x01,0x42,0x69,0x43,0x50,0x4b,0x01,0xc9,
- 0x45,0x80,0x50,0x01,0x38,0x65,0xe8,0x01,0x03,0xf3,0xc0,0x76,0x00,0xe0,0x03,0x20,
- 0x28,0x18,0x01,0xa9,0x34,0x04,0xc5,0xe0,0x0b,0x0b,0x04,0x20,0x06,0xc0,0x89,0xff,
- 0x60,0x12,0x12,0x8a,0x2c,0x34,0x11,0xff,0xf6,0xe2,0x40,0xc0,0x30,0x1b,0x7a,0x01,
- 0xa9,0x0d,0x00,0xac,0x64
-};
-#endif
/* Data dump of a 320x240 MPEG-2 video clip (mpeg2.m2v), it has a single frame */
#define MPEG2_CLIP_DATA_SIZE 19311
static unsigned char mpeg2_clip[MPEG2_CLIP_DATA_SIZE] = {