This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add missing newline in shorten decoder.
tags/n0.11
Carl Eugen Hoyos
14 years ago
parent
fd2cd64fc9
commit
ae0591f913
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save