Re: [FFmpeg-devel] [PATCH] avformat/utils: refine av_get_frame_filename2 function

2017-08-30 Thread Michael Niedermayer
On Mon, Aug 28, 2017 at 08:03:36PM +0800, Steven Liu wrote: > support parse the l for the %lld or %ld > > Signed-off-by: Steven Liu > --- > libavformat/utils.c | 4 > 1 file changed, 4 insertions(+) LGTM please add a fate test for this. thx [...] -- Michael GnuPG fingerprint: 9FF2

[FFmpeg-devel] [PATCH] avformat/utils: refine av_get_frame_filename2 function

2017-08-28 Thread Steven Liu
support parse the l for the %lld or %ld Signed-off-by: Steven Liu --- libavformat/utils.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/utils.c b/libavformat/utils.c index 23865c88c4..c76a6cc5f8 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -4570,6 +4570,7 @