diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-09 05:47:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-23 15:56:15 +0200 |
commit | 252a0ccb80b40f1b3af99b0823d59d052940a26a (patch) | |
tree | 363325e3b92ec1d40171bf64e0625813c1e1800f /libavcodec/cavs.h | |
parent | dad0c9d686a3377cd699907a5e1717f234289be0 (diff) | |
download | ffmpeg-252a0ccb80b40f1b3af99b0823d59d052940a26a.tar.gz |
cavsdec: fix qp fixed slice handling
Fixes Ticket3400
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 0accf24b15ac5a01a67768f41c896ef4e4b8b4a2)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r-- | libavcodec/cavs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index f3c05dc9f0..f85140927b 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -214,6 +214,7 @@ typedef struct AVSContext { int luma_scan[4]; int qp; int qp_fixed; + int pic_qp_fixed; int cbp; ScanTable scantable; |