mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
mpegtsenc: fix some typos: aac -> AAC, adts -> ADTS
This commit is contained in:
parent
9a7f2aa958
commit
3fcf841ff5
@ -1024,7 +1024,7 @@ static int mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
ADTSContext *adts = ts_st->adts;
|
||||
int new_size, err;
|
||||
if (!adts) {
|
||||
av_log(s, AV_LOG_ERROR, "aac bitstream not in adts format "
|
||||
av_log(s, AV_LOG_ERROR, "AAC bitstream not in ADTS format "
|
||||
"and extradata missing\n");
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user