]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: better error log message for var_stream_map content
authorBela Bodecs <bodecsb@vivanet.hu>
Sat, 22 Jun 2019 13:55:54 +0000 (15:55 +0200)
committerSteven Liu <lq@chinaffmpeg.org>
Mon, 24 Jun 2019 09:43:39 +0000 (17:43 +0800)
commit2045dd0050f1ef0df348e11bd44657c2475aa7c3
tree21fd339c2bd1216dd0b262b2784bea0a916f037e
parentbc3306fd5b272730bb4bc2c571d575fed75a1ce4
avformat/hlsenc: better error log message for var_stream_map content

When multiple variant streams are specified by var_stream_map option,
%v is expected either in the filename or in the last sub-directory name,
but only in one of them. When both of them contains %v string, current
error message only states half of the truth.
And even %v may appears several times inside the last sub-directory name
or in filename pattern.
This patch clarifies this in the log message and in the doc also.

Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu>
doc/muxers.texi
libavformat/hlsenc.c