diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-09 05:47:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-09 05:47:49 +0200 |
commit | 0accf24b15ac5a01a67768f41c896ef4e4b8b4a2 (patch) | |
tree | dfbec58a1a2617123a35c5709bdc9ef09f697f88 /libavcodec/cavs.h | |
parent | 52e563bb2f7897d615391520c3c4acba1ee7dcb4 (diff) | |
download | ffmpeg-0accf24b15ac5a01a67768f41c896ef4e4b8b4a2.tar.gz |
cavsdec: fix qp fixed slice handling
Fixes Ticket3400
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; |