mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/rawenc: perform stream checks for mp2 muxer
This commit is contained in:
parent
5945288818
commit
309e3cc15c
@ -433,6 +433,7 @@ AVOutputFormat ff_mp2_muxer = {
|
||||
.extensions = "mp2,m2a,mpa",
|
||||
.audio_codec = AV_CODEC_ID_MP2,
|
||||
.video_codec = AV_CODEC_ID_NONE,
|
||||
.init = force_one_stream,
|
||||
.write_packet = ff_raw_write_packet,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user