mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
lavf/dvenc: add flag for default codecs only
The muxer does not accept any other codecs.
This commit is contained in:
@@ -493,6 +493,7 @@ const FFOutputFormat ff_dv_muxer = {
|
||||
.priv_data_size = sizeof(DVMuxContext),
|
||||
.p.audio_codec = AV_CODEC_ID_PCM_S16LE,
|
||||
.p.video_codec = AV_CODEC_ID_DVVIDEO,
|
||||
.flags_internal = FF_OFMT_FLAG_ONLY_DEFAULT_CODECS,
|
||||
.write_header = dv_write_header,
|
||||
.write_packet = dv_write_packet,
|
||||
.deinit = dv_deinit,
|
||||
|
||||
Reference in New Issue
Block a user