summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2dec.c
diff options
context:
space:
mode:
authorami_stuff <ami_stuff@o2.pl>2011-04-29 01:20:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-03 04:38:22 +0200
commitc402ce418a9e7b456c383e097ad772f218a004c7 (patch)
tree6c2db84dae213a45271dd6d95565e0cbfe9e48b3 /libavcodec/wmv2dec.c
parent2525821f1aadf34e3c874c669feb6be27249e881 (diff)
Remove lowres support from wmv2 decoder
lowres option crashes with wmv2 files which I have for test, so I think it's better to remove the support to the time when lowres will be really supported by this codec Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wmv2dec.c')
-rw-r--r--libavcodec/wmv2dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c
index 78aee3dfdc..21d1eeca3b 100644
--- a/libavcodec/wmv2dec.c
+++ b/libavcodec/wmv2dec.c
@@ -480,7 +480,6 @@ AVCodec ff_wmv2_decoder = {
wmv2_decode_end,
ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
- .max_lowres = 3,
.long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"),
.pix_fmts= ff_pixfmt_list_420,
};