OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93632a7
)
hevc: Mention the missing SPS in the error message
author
Luca Barbato
<lu_zero@gentoo.org>
Tue, 18 Feb 2014 22:55:29 +0000
(23:55 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Wed, 19 Feb 2014 15:59:40 +0000
(16:59 +0100)
libavcodec/hevc_ps.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevc_ps.c
b/libavcodec/hevc_ps.c
index
0c1550e
..
c3aabe7
100644
(file)
--- a/
libavcodec/hevc_ps.c
+++ b/
libavcodec/hevc_ps.c
@@
-1029,7
+1029,7
@@
int ff_hevc_decode_nal_pps(HEVCContext *s)
goto err;
}
if (!s->sps_list[pps->sps_id]) {
- av_log(s->avctx, AV_LOG_ERROR, "SPS
does not exist \n"
);
+ av_log(s->avctx, AV_LOG_ERROR, "SPS
%u does not exist.\n", pps->sps_id
);
ret = AVERROR_INVALIDDATA;
goto err;
}