Hi,
I implemented simple module to decode video frame. It uses libavcodec's
native vp9 decoder, which does not seem to be flushing all frames
completely.

According to the documentation, the codec does not require flushing if the
AV_CODEC_CAP_DELAY flag is not set, and the capabilities of the vp9 decoder
are also not set AV_CODEC_CAP_DELAY flag. So I did not send a NULL packet
to the decoder because I thought It is not need flushing.

Should I always send a NULL packet and flushing even if there is no
AV_CODEC_CAP_DELAY flag?

Thanks.
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to