[FFmpeg-cvslog] avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Dec 13 20:50:16 CET 2014


On 13.12.2014, at 19:30, git at videolan.org (Michael Niedermayer) wrote:
> +            } else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && st->codec_info_nb_frames > 1) {
> +                // If we have a videostream with packets but without a bitrate
> +                // than consider the sum not known

Nit: then, not than. Need to do more shell programming so that "if ... then" becomes automatic ;)


More information about the ffmpeg-cvslog mailing list