From 3b5ba60aa76cb2701521aed546b3a3b174960bc4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 31 Jul 2012 03:00:35 +0200 Subject: vc1dec: fix handling of max_coded dimensions Fixes Ticket1502 Signed-off-by: Michael Niedermayer --- libavcodec/vc1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 0c9032fe5c..5a8a84c4cf 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -225,6 +225,7 @@ typedef struct VC1Context{ int profile; ///< 2bits, Profile int frmrtq_postproc; ///< 3bits, int bitrtq_postproc; ///< 5bits, quantized framerate-based postprocessing strength + int max_coded_width, max_coded_height; int fastuvmc; ///< Rounding of qpel vector to hpel ? (not in Simple) int extended_mv; ///< Ext MV in P/B (not in Simple) int dquant; ///< How qscale varies with MBs, 2bits (not in Simple) -- cgit v1.2.1