[FFmpeg-cvslog] hq_hqa: Fix table data for profile 17

Vittorio Giovara git at videolan.org
Fri Apr 24 21:34:50 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Apr 23 11:29:53 2015 +0100| [a4edaeb50fc7510f28a5d79349a7926a182c9930] | committer: Vittorio Giovara

hq_hqa: Fix table data for profile 17

The table had a wrong table height and was missing the first line of bytes.

Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4edaeb50fc7510f28a5d79349a7926a182c9930
---

 libavcodec/hq_hqadata.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/hq_hqadata.c b/libavcodec/hq_hqadata.c
index 4ade753..23fefc1 100644
--- a/libavcodec/hq_hqadata.c
+++ b/libavcodec/hq_hqadata.c
@@ -6204,6 +6204,7 @@ static const uint8_t hq_tab_16[] = {
 };
 
 static const uint8_t hq_tab_17[] = {
+     0,  0, 25,  8, 34,  0, 59,  8, 68,  0, 13, 24, 22, 16, 47,
     24, 56, 16, 78, 25, 10, 32, 28, 41, 44, 32, 58, 41, 78, 32,
      8, 57, 31, 49, 38, 57, 61, 49, 68, 57,  1,  0, 26,  8, 35,
      0, 60,  8, 69,  0, 14, 24, 23, 16, 47, 25, 57, 16, 77, 25,
@@ -8357,7 +8358,7 @@ const HQProfile ff_hq_profile[NUM_HQ_PROFILES] = {
     { hq_tab_14,  352,  240,  8, 22,  15 },
     { hq_tab_15,  352,  288,  8, 18,  22 },
     { hq_tab_16,  176,  144,  8,  9,  11 },
-    { hq_tab_17, 1280, 1024, 16, 20, 128 },
+    { hq_tab_17, 1280, 1024, 16, 20, 256 },
     { hq_tab_18, 1280,  960, 16, 25, 192 },
     { hq_tab_19, 1024,  768, 16, 24, 128 },
     { hq_tab_20,  704,  480,  8, 20,  66 },



More information about the ffmpeg-cvslog mailing list