ffmpeg/libavformat
Andreas Rheinhardt ee736ff80e 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>
2024-03-22 12:59:50 +01:00
..
2024-03-18 01:53:26 +01:00
2023-01-27 19:45:36 +01:00
2022-12-01 11:21:15 +01:00
2024-03-11 16:52:42 +01:00
2023-06-27 12:52:38 -03:00
2022-03-16 14:05:26 +02:00
2024-03-17 15:10:05 +01:00
2023-05-31 09:03:58 -07:00
2023-09-28 19:37:58 +02:00
2023-09-07 00:42:10 +02:00
2023-06-29 14:12:50 -03:00
2023-11-08 17:37:58 +11:00
2022-03-15 09:42:36 -03:00
2024-03-15 12:51:15 +01:00
2024-03-15 12:51:15 +01:00
2022-03-26 00:42:00 +02:00
2024-03-15 12:51:15 +01:00
2022-08-31 16:24:22 +02:00
2023-08-15 21:42:21 +02:00