[FFmpeg-cvslog] Remove lowres support from wmv2 decoder
ami_stuff
git at videolan.org
Tue May 3 04:57:20 CEST 2011
ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Fri Apr 29 01:20:10 2011 +0200| [c402ce418a9e7b456c383e097ad772f218a004c7] | committer: Michael Niedermayer
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 at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c402ce418a9e7b456c383e097ad772f218a004c7
---
libavcodec/wmv2dec.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c
index 78aee3d..21d1eec 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,
};
More information about the ffmpeg-cvslog
mailing list