[FFmpeg-cvslog] avformat/avformat: Remove reference to removed setter
Andreas Rheinhardt
git at videolan.org
Wed Feb 14 15:00:10 EET 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Feb 11 11:36:40 2024 +0100| [964693324a755c6cc8d065329e0c0282ab2c1f4d] | committer: Andreas Rheinhardt
avformat/avformat: Remove reference to removed setter
Removed in 704017d91ec8fbade0de072d222018c1a6013b70.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=964693324a755c6cc8d065329e0c0282ab2c1f4d
---
libavformat/avformat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index e3daf4a107..50bbd1949b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1698,7 +1698,7 @@ typedef struct AVFormatContext {
/**
* Number of bytes to be written as padding in a metadata header.
* Demuxing: Unused.
- * Muxing: Set by user via av_format_set_metadata_header_padding.
+ * Muxing: Set by user.
*/
int metadata_header_padding;
More information about the ffmpeg-cvslog
mailing list