On 6/9/20, Anton Khirnov wrote:
> Quoting Paul B Mahol (2020-06-09 13:34:21)
>> Not correct at all decoder is intra only it just have weird container,
>
> If it's intra only then why does the parser mark only some frames as
> keyframes? And why does it need update_thread_context().
>
>> this also
Quoting Paul B Mahol (2020-06-09 13:34:21)
> Not correct at all decoder is intra only it just have weird container,
If it's intra only then why does the parser mark only some frames as
keyframes? And why does it need update_thread_context().
> this also makes it single threaded and much slower.
Not correct at all decoder is intra only it just have weird container,
this also makes it single threaded and much slower.
On 6/9/20, Anton Khirnov wrote:
> It has key frames and non-key frames, so it is not intra-only.
> ---
> libavcodec/codec_desc.c | 2 +-
> 1 file changed, 1 insertion(+), 1
It has key frames and non-key frames, so it is not intra-only.
---
libavcodec/codec_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 9f8847544f..f0f71e1074 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_