1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavformat
Andreas Rheinhardt 1030993db2 avformat/webmdashenc: Be more strict when parsing stream indices
The syntax of the adaptation_sets string by which the user determines
the mapping of AVStreams to adaptation sets is
"id=x,streams=a,b,c id=y,streams=d,e" (means: the streams with the
indices a, b and c belong to the adaptation set with id x). Yet there
was no check for whether these indices were actual numbers and if there
is a number whether it really extends to the next ',', ' ' or to the
end of the string or not. This commit adds a check for this.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-05-23 06:09:09 +02:00
..
2020-05-19 20:09:25 +02:00
2020-04-19 02:37:46 +02:00
2020-05-17 20:15:05 +02:00
2020-05-05 08:20:45 +08:00
2020-04-23 20:09:38 +02:00
2020-05-19 20:09:25 +02:00
2020-04-08 16:23:07 +02:00
2020-05-10 01:09:13 +02:00