Browse Source

Add missing newline in shorten decoder.

tags/n0.11
Carl Eugen Hoyos 14 years ago
parent
commit
ae0591f913
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/shorten.c

+ 1
- 1
libavcodec/shorten.c View File

@@ -191,7 +191,7 @@ static int init_offset(ShortenContext *s)
mean = 0;
break;
default:
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type");
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type\n");
return AVERROR_INVALIDDATA;
}



Loading…
Cancel
Save