Commit d07de6d7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Cosmetics: Remove superfluous newline.

parent 19e72e0a
......@@ -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.packet_seq_num_len = (lengths >> 2) & 0x1f;
} else {
av_log_missing_feature(d->s, "Predefined SLConfigDescriptor\n", 0);
av_log_missing_feature(d->s, "Predefined SLConfigDescriptor", 0);
}
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment