mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTS
Fixes ticket 279. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1e2c262212
commit
583a643146
@ -1523,8 +1523,6 @@ static int mpegts_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
|
||||
if (!ts_st->amux) {
|
||||
av_log(s, AV_LOG_ERROR, "AAC bitstream not in ADTS format "
|
||||
"and extradata missing\n");
|
||||
if (!st->nb_frames)
|
||||
return AVERROR_INVALIDDATA;
|
||||
} else {
|
||||
av_init_packet(&pkt2);
|
||||
pkt2.data = pkt->data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user