You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Cosmetics: Remove superfluous newline.
This commit is contained in:
@@ -1130,7 +1130,7 @@ static int parse_MP4SLDescrTag(MP4DescrParseContext *d, int64_t off, int len)
|
|||||||
descr->sl.au_seq_num_len = (lengths >> 7) & 0x1f;
|
descr->sl.au_seq_num_len = (lengths >> 7) & 0x1f;
|
||||||
descr->sl.packet_seq_num_len = (lengths >> 2) & 0x1f;
|
descr->sl.packet_seq_num_len = (lengths >> 2) & 0x1f;
|
||||||
} else {
|
} else {
|
||||||
av_log_missing_feature(d->s, "Predefined SLConfigDescriptor\n", 0);
|
av_log_missing_feature(d->s, "Predefined SLConfigDescriptor", 0);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user