]> git.sesse.net Git - ffmpeg/commit
avformat/flvdec: remove meaningless warning
authorwm4 <nfxjfg@googlemail.com>
Thu, 2 Mar 2017 10:00:40 +0000 (11:00 +0100)
committerwm4 <nfxjfg@googlemail.com>
Mon, 6 Mar 2017 10:08:03 +0000 (11:08 +0100)
commitef86488696a84ae98028e4e199d51b10e331399d
tree5308de21a78e7bbddb992a1c1f3161c209f30023
parent808ab2fd0ba26ecb70655ec990748b16f30017bf
avformat/flvdec: remove meaningless warning

Ever since the codecpar changes, this has been always printed when
opening a flv file. This is because the codecpar changes made all
streams to be added lazily as read_packet is called.
libavformat/flvdec.c