Re: [FFmpeg-devel] [PATCH] ivfenc: incorrect fourcc for VP9 video

2015-04-16 Thread Michael Niedermayer
On Wed, Apr 15, 2015 at 11:51:59PM +0700, Victor Anjin wrote: > VP80 fourcc are writed for all contexts (without ctx->codec_tag) > how to reproduce the issue: > 1) Get any vp9 video (for example http://base-n.de/webm/out9.webm) > 2) ffmpeg -i out9.webm -vcodec copy out9.ivf > 3) out9.ivf have VP8

[FFmpeg-devel] [PATCH] ivfenc: incorrect fourcc for VP9 video

2015-04-15 Thread Victor Anjin
VP80 fourcc are writed for all contexts (without ctx->codec_tag) how to reproduce the issue: 1) Get any vp9 video (for example http://base-n.de/webm/out9.webm) 2) ffmpeg -i out9.webm -vcodec copy out9.ivf 3) out9.ivf have VP80 fourcc at ivf header The proposed fix solves this issue --- libavform