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
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
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
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.