mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Warn when WVC1 cannot be decoded
Originally committed as revision 20201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0096d766b9
commit
53b04467ae
@ -3191,6 +3191,8 @@ static int vc1_decode_frame(AVCodecContext *avctx,
|
||||
|
||||
buf_size2 = vc1_unescape_buffer(buf, divider - buf, buf2);
|
||||
// TODO
|
||||
if(!v->warn_interlaced++)
|
||||
av_log(v->s.avctx, AV_LOG_ERROR, "Interlaced WVC1 support is not implemented\n");
|
||||
av_free(buf2);return -1;
|
||||
}else{
|
||||
buf_size2 = vc1_unescape_buffer(buf, buf_size, buf2);
|
||||
|
Loading…
Reference in New Issue
Block a user