diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-15 05:09:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-15 05:35:07 +0200 |
commit | 2c738c75218a1dcaec3ec6baa9b0d4b267820812 (patch) | |
tree | d2596eac1c8d6073f070560ac09776c867006d06 /doc/examples/avio_list_dir.c | |
parent | 82d70d8038aed96552a77fa583a82c08b0d12636 (diff) | |
download | ffmpeg-2c738c75218a1dcaec3ec6baa9b0d4b267820812.tar.gz |
avformat/hlsenc: Always treat numbers as decimal
c801ab43c36e8c4f88121aa09af26c77bcbd671b caused a regression: The stream
number is now parsed with strtoll without a fixed basis; as a
consequence, the "010" in a variant stream mapping like "a:010" is now
treated as an octal number (i.e. as eight, not ten). This was not
intended and may break some scripts, so this commit restores the old
behaviour.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit 19a876fd6973724521dd5e7cc8f8e4683b19eda4)
Diffstat (limited to 'doc/examples/avio_list_dir.c')
0 files changed, 0 insertions, 0 deletions