On 8/24/2020 3:18 AM, Vikas Agrawal (Engrg-SW) wrote:
>
> Please review:
> It help initialize chroma format and other info properly
> Chroma format wasn't correct if I use below code:
> avformat_find_stream_info(fmtc, NULL);
> iVideoStream = av_find_best_stream(fmtc, AVMEDIA_TYPE_V
On 8/19/2020 6:50 AM, ManojGuptaBonda wrote:
> From: Vikas Agarwal
>
> It allow AV1 header parsing and help initialize chroma format and other
> info properly.
>
> Chroma format wasn't correct if we use below code:
>
> avformat_find_stream_info(fmtc, NULL); iVideoStream =
> av_find_best_stream(