aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-19 04:17:18 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-22 12:59:50 +0100
commitee736ff80ed967999645147c974cd1941d5e6a21 (patch)
tree42bfcaca90304443857f66fecc0bedab1bc504df /libavcodec
parent535b1a93f56adb12e5e964a4d8d142dd95888ec0 (diff)
downloadffmpeg-ee736ff80ed967999645147c974cd1941d5e6a21.tar.gz
avformat/flvenc: Avoid avio_write(pb, "", 0)
When the compiler chooses to inline put_amf_string(pb, ""), the avio_write(pb, "", 0) can be avoided. Happens with Clang-17 with -O1 and higher and GCC 13 with -O2 and higher here. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions