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:
3960992
)
oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_log()...
author
James Almer
<jamrial@gmail.com>
Sat, 6 Jul 2013 07:34:13 +0000
(
04:34
-0300)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 6 Jul 2013 11:30:51 +0000
(13:30 +0200)
since there should not be more than one fisbone for a given stream.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/oggparseskeleton.c
patch
|
blob
|
history
diff --git
a/libavformat/oggparseskeleton.c
b/libavformat/oggparseskeleton.c
index
ddabc22
..
b012105
100644
(file)
--- a/
libavformat/oggparseskeleton.c
+++ b/
libavformat/oggparseskeleton.c
@@
-80,8
+80,7
@@
static int skeleton_header(AVFormatContext *s, int idx)
}
os = ogg->streams + target_idx;
if (os->start_granule != OGG_NOGRANULE_VALUE) {
- avpriv_report_missing_feature(s,
- "Multiple fisbone for the same stream");
+ av_log(s, AV_LOG_WARNING, "Multiple fisbone for the same stream\n");
return 1;
}
if (start_granule != OGG_NOGRANULE_VALUE) {