diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2019-01-19 14:59:44 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2019-02-10 14:45:43 +0800 |
commit | 9ec1f7634a621b0fda6d814f730c270c6e22b251 (patch) | |
tree | 99f907e31bb5ae50befba8983d4eaa315ee537a1 /doc/muxers.texi | |
parent | a03885b745be6ba324f0b24668c8e338d8b1e54c (diff) | |
download | ffmpeg-9ec1f7634a621b0fda6d814f730c270c6e22b251.tar.gz |
avformat/hlsenc: fix fmp4_init_filename file name with %v problem
when set option fmp4_init_filename to init_%v.mp4
before patch:
the init file will be init_%v_0.mp4, init_%v_1.mp4
after patch:
the init file will be init_0.mp4, init_1.mp4
Reported-By: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/muxers.texi')
0 files changed, 0 insertions, 0 deletions