# HG changeset patch # User aurel # Date 1217896882 0 # Node ID e888db995d49d68139585846b90375945662e5c1 # Parent 04ffed56f4002efdc320712989e8135f0efa5ac8 matroskadec: cosmetics diff -r 04ffed56f400 -r e888db995d49 matroskadec.c --- a/matroskadec.c Tue Aug 05 00:41:19 2008 +0000 +++ b/matroskadec.c Tue Aug 05 00:41:22 2008 +0000 @@ -1280,9 +1280,7 @@ static int matroska_aac_profile (char *codec_id) { - static const char *aac_profiles[] = { - "MAIN", "LC", "SSR" - }; + static const char *aac_profiles[] = { "MAIN", "LC", "SSR" }; int profile; for (profile=0; profilectx, AV_LOG_INFO, - "Unknown/unsupported CodecID %s.\n", - track->codec_id); + "Unknown/unsupported CodecID %s.\n", track->codec_id); av_set_pts_info(st, 64, matroska->time_scale*track->time_scale, 1000*1000*1000); /* 64 bit pts in ns */ @@ -1815,8 +1812,7 @@ uint8_t *pkt_data = data; if (encodings && encodings->scope & 1) { - offset = matroska_decode_buffer(&pkt_data, &pkt_size, - track); + offset = matroska_decode_buffer(&pkt_data,&pkt_size, track); if (offset < 0) continue; }