mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
This is a raw format. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -33,6 +33,7 @@ const FFOutputFormat ff_apv_muxer = {
|
|||||||
.p.audio_codec = AV_CODEC_ID_NONE,
|
.p.audio_codec = AV_CODEC_ID_NONE,
|
||||||
.p.video_codec = AV_CODEC_ID_APV,
|
.p.video_codec = AV_CODEC_ID_APV,
|
||||||
.p.subtitle_codec = AV_CODEC_ID_NONE,
|
.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,
|
.flags_internal = FF_OFMT_FLAG_MAX_ONE_OF_EACH | FF_OFMT_FLAG_ONLY_DEFAULT_CODECS,
|
||||||
.write_packet = apv_write_packet,
|
.write_packet = apv_write_packet,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user