[FFmpeg-devel] [PATCH] remove warning when an mpeg stream starts with a non-I-frame

Paul B Mahol onemda at gmail.com
Thu Aug 29 18:01:23 CEST 2013


On 8/29/13, Robert Krueger <krueger at lesspain.de> wrote:
> The warning as it is now produces a lot of noise for perfectly valid
> cases, i.e. for streams that start with b-frames (in decoding order)
> that only reference the first I-frame, which is the case, for example,
> for typical XDCAM streams.

Isn't it better to check if frame is not I-frame or b-frame instead of
removing warning?


More information about the ffmpeg-devel mailing list