diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-08-24 23:03:45 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-09 13:46:58 +0200 |
commit | bff1d0c6587243369f12c575f5dcb20d6e7e910b (patch) | |
tree | 58d1870677021c186fa6efdc7d094bdb67d089f0 /doc/ffmpeg-codecs.texi | |
parent | 71daaafa3a7f0e3494b73055bdbb3fd8aa114173 (diff) | |
download | ffmpeg-bff1d0c6587243369f12c575f5dcb20d6e7e910b.tar.gz |
avfilter/af_headphone: Avoid duplicating string needlessly
The string given by an AVOption that contains the channel assignment
is used only once; ergo it doesn't matter that parsing the string via
av_strtok() is destructive. There is no need to make a copy.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/ffmpeg-codecs.texi')
0 files changed, 0 insertions, 0 deletions