summaryrefslogtreecommitdiff
path: root/libavformat/oggparseskeleton.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-22 14:35:13 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-23 10:28:40 +0200
commit8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a (patch)
treeb07a452183b04b6f784008c8a25668c147851441 /libavformat/oggparseskeleton.c
parent00ed7f5958d026cb4786919f4b3e46f14fe608bf (diff)
Improve wording and spelling of av_log_missing_feature messages.
Diffstat (limited to 'libavformat/oggparseskeleton.c')
-rw-r--r--libavformat/oggparseskeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparseskeleton.c b/libavformat/oggparseskeleton.c
index 2cc63d413b..2de067d84e 100644
--- a/libavformat/oggparseskeleton.c
+++ b/libavformat/oggparseskeleton.c
@@ -76,7 +76,7 @@ static int skeleton_header(AVFormatContext *s, int idx)
start_granule = AV_RL64(buf+36);
if (os->start_granule != OGG_NOGRANULE_VALUE) {
av_log_missing_feature(s,
- "multiple fisbone for the same stream", 0);
+ "Multiple fisbone for the same stream", 0);
return 1;
}
if (target_idx >= 0 && start_granule != OGG_NOGRANULE_VALUE) {