[FFmpeg-devel] [PATCH v3] avformat/flvdec: move read fourcc output before flv_same_video_codec

Hendrik Leppkes h.leppkes at gmail.com
Sat Jul 29 11:41:45 EEST 2023


On Sat, Jul 29, 2023 at 2:26 AM Steven Liu <lq at chinaffmpeg.org> wrote:
>
> read fourcc for video codec after VideoTagHeader read.
> passed as parameter to flv_same_video_codec.
>

Add the same parameter to flv_set_video_codec, and then you can remove
the entire backwards seek and just read it and adjust the size like
all other parameters.

- Hendrik


More information about the ffmpeg-devel mailing list