[FFmpeg-cvslog] avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
Andreas Rheinhardt
git at videolan.org
Mon Apr 28 00:13:28 EEST 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Apr 27 20:23:23 2025 +0200| [431c0f305d06b43901d3ddff2d63c8f3968f3a76] | committer: Andreas Rheinhardt
avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
This is a raw format.
Reviewed-by: Mark Thompson <sw at jkqxz.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=431c0f305d06b43901d3ddff2d63c8f3968f3a76
---
libavformat/apvenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/apvenc.c b/libavformat/apvenc.c
index 823cc0e601..1e58ca8903 100644
--- a/libavformat/apvenc.c
+++ b/libavformat/apvenc.c
@@ -33,6 +33,7 @@ const FFOutputFormat ff_apv_muxer = {
.p.audio_codec = AV_CODEC_ID_NONE,
.p.video_codec = AV_CODEC_ID_APV,
.p.subtitle_codec = AV_CODEC_ID_NONE,
+ .p.flags = AVFMT_NOTIMESTAMPS,
.flags_internal = FF_OFMT_FLAG_MAX_ONE_OF_EACH | FF_OFMT_FLAG_ONLY_DEFAULT_CODECS,
.write_packet = apv_write_packet,
};
More information about the ffmpeg-cvslog
mailing list