[FFmpeg-devel] [PATCH v4 3/7] avcodec/webp_parser: parse each frame into one packet
Tomas Härdin
git at haerdin.se
Tue Jul 25 15:24:31 EEST 2023
> + // Extremely simplified key frame detection:
> + // - the first frame (containing headers) is marked as a key
> frame
> + // - other frames are marked as non-key frames
Is there a more proper way of doing this? Looking briefly at the spec
one wonders why they didn't just use regular VP* inter frames..
/Tomas
More information about the ffmpeg-devel
mailing list