Re: [FFmpeg-devel] [PATCH] oggparsevp8: set need_context_update when changing codec id

2016-11-22 Thread Andreas Cadhalpun
On 22.11.2016 23:45, James Almer wrote: > On 11/15/2016 6:51 PM, Andreas Cadhalpun wrote: >> Otherwise the codec context and codecpar might disagree on the codec id, >> triggering asserts in av_parser_parse2. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/oggparsevp8.c | 1 + >> 1 f

Re: [FFmpeg-devel] [PATCH] oggparsevp8: set need_context_update when changing codec id

2016-11-22 Thread James Almer
On 11/15/2016 6:51 PM, Andreas Cadhalpun wrote: > Otherwise the codec context and codecpar might disagree on the codec id, > triggering asserts in av_parser_parse2. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/oggparsevp8.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/li

Re: [FFmpeg-devel] [PATCH] oggparsevp8: set need_context_update when changing codec id

2016-11-22 Thread Andreas Cadhalpun
On 15.11.2016 22:51, Andreas Cadhalpun wrote: > Otherwise the codec context and codecpar might disagree on the codec id, > triggering asserts in av_parser_parse2. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/oggparsevp8.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/liba

[FFmpeg-devel] [PATCH] oggparsevp8: set need_context_update when changing codec id

2016-11-15 Thread Andreas Cadhalpun
Otherwise the codec context and codecpar might disagree on the codec id, triggering asserts in av_parser_parse2. Signed-off-by: Andreas Cadhalpun --- libavformat/oggparsevp8.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/oggparsevp8.c b/libavformat/oggparsevp8.c index c534ab1.