git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd201d
)
lavf/vqf: fix suported/supported typo
author
Clément Bœsch
<u@pkh.me>
Sat, 30 Jan 2016 12:08:37 +0000
(13:08 +0100)
committer
Clément Bœsch
<u@pkh.me>
Sat, 30 Jan 2016 12:08:37 +0000
(13:08 +0100)
libavformat/vqf.c
patch
|
blob
|
history
diff --git
a/libavformat/vqf.c
b/libavformat/vqf.c
index
a544356
..
3c897e1
100644
(file)
--- a/
libavformat/vqf.c
+++ b/
libavformat/vqf.c
@@
-211,7
+211,7
@@
static int vqf_read_header(AVFormatContext *s)
size = 2048;
break;
default:
- av_log(s, AV_LOG_ERROR, "Mode not suported: %d Hz, %"PRId64" kb/s.\n",
+ av_log(s, AV_LOG_ERROR, "Mode not sup
p
orted: %d Hz, %"PRId64" kb/s.\n",
st->codec->sample_rate, (int64_t)st->codec->bit_rate);
return -1;
}