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(-)
>
>
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