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:
d1ee2cf
)
nutdec: improve information in error message
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 19 Aug 2012 21:29:58 +0000
(23:29 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 26 Aug 2012 20:15:18 +0000
(22:15 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/nutdec.c
patch
|
blob
|
history
diff --git
a/libavformat/nutdec.c
b/libavformat/nutdec.c
index
f4813fe
..
ba3eb85
100644
(file)
--- a/
libavformat/nutdec.c
+++ b/
libavformat/nutdec.c
@@
-623,7
+623,7
@@
static int find_and_decode_index(NUTContext *nut)
int flag = x & 1;
x >>= 1;
if (n + x >= syncpoint_count + 1) {
- av_log(s, AV_LOG_ERROR, "index overflow A
\n"
);
+ av_log(s, AV_LOG_ERROR, "index overflow A
%d + %d >= %d\n", n, x, syncpoint_count + 1
);
goto fail;
}
while (x--)