diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-05-14 06:15:17 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-05-14 14:47:51 +0200 |
commit | 670251de56cdcda0c32d588959c8ed2da09075a2 (patch) | |
tree | 8590795298401f1ac80c04ce00ca4518318ce0b5 /configure | |
parent | 8ef163ba9e3d2d7cb31856c33f86439e234fe623 (diff) | |
download | ffmpeg-streaming-670251de56cdcda0c32d588959c8ed2da09075a2.zip ffmpeg-streaming-670251de56cdcda0c32d588959c8ed2da09075a2.tar.gz |
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>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions