Browse Source

Cosmetics: Remove superfluous newline.

tags/n0.11
Carl Eugen Hoyos 13 years ago
parent
commit
d07de6d75d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpegts.c

+ 1
- 1
libavformat/mpegts.c View File

@@ -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;
}


Loading…
Cancel
Save