Re: [FFmpeg-devel] [PATCH] avformat/flvdec: remove meaningless warning

2017-03-02 Thread Steven Liu
2017-03-02 18:01 GMT+08:00 wm4 : > 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 | 1 - > 1 file changed, 1 deletion(-) > >

[FFmpeg-devel] [PATCH] avformat/flvdec: remove meaningless warning

2017-03-02 Thread wm4
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 | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/flvdec.c b/libavformat/f