[FFmpeg-devel] [PATCH] vp9: error out if chroma subsampling changes between frames.

2015-05-05 Thread Ronald S. Bultje
This can happen after an intra-only frame. For reference, see: https://groups.google.com/a/webmproject.org/forum/#!msg/webm-discuss/zaoTxREZjq8/v5Enht87AhcJ --- libavcodec/vp9.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index

[FFmpeg-devel] [PATCH] vp9: error out if chroma subsampling changes between frames.

2015-05-05 Thread Ronald S. Bultje
This can happen after an intra-only frame. For reference, see: https://groups.google.com/a/webmproject.org/forum/#!msg/webm-discuss/zaoTxREZjq8/v5Enht87AhcJ --- libavcodec/vp9.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index

Re: [FFmpeg-devel] [PATCH] vp9: error out if chroma subsampling changes between frames.

2015-05-05 Thread Michael Niedermayer
On Tue, May 05, 2015 at 08:26:50AM -0400, Ronald S. Bultje wrote: This can happen after an intra-only frame. For reference, see: https://groups.google.com/a/webmproject.org/forum/#!msg/webm-discuss/zaoTxREZjq8/v5Enht87AhcJ --- libavcodec/vp9.c | 9 - 1 file changed, 8 insertions(+),