Files
ffmpeg/libavfilter
Andreas Rheinhardt 670251de56 avfilter/vf_stack: Don't modify const strings
b3b7ba62 introduced undefined behaviour: A (non-modifiable) string
literal has been assigned to a modifiable string; said string was indeed
modified later via av_strtok.
This of course caused compiler warnings because of the discarded
qualifier; these are in particular fixed by this commit.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2019-05-14 14:47:51 +02:00
..
2019-04-20 16:32:34 +01:00
2018-11-18 21:21:18 +01:00
2017-11-26 14:05:25 +01:00
2019-05-14 14:43:56 +02:00
2018-10-19 17:43:29 +02:00
2018-03-31 23:26:30 +01:00
2018-11-15 14:44:24 +01:00
2018-06-21 00:31:42 +01:00
2018-06-21 00:31:42 +01:00
2018-05-05 21:50:22 +02:00
2018-11-02 12:32:34 +01:00
2019-05-14 14:43:56 +02:00
2019-05-14 14:43:56 +02:00
2018-06-21 00:31:42 +01:00
2019-05-11 20:16:45 +02:00
2019-04-20 00:20:07 +02:00
2018-08-16 00:07:59 +02:00
2019-04-20 14:20:07 +02:00
2019-01-12 19:49:15 +01:00
2018-09-13 12:09:51 +02:00
2018-11-02 09:32:52 +01:00
2018-04-13 08:41:51 +02:00
2018-08-09 10:35:00 +05:30
2019-05-14 14:43:56 +02:00
2017-12-23 10:48:14 +01:00