projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2d18aaa
)
hevc_ps: fix indentation
author
Gildas Cocherel
<gildas.cocherel@laposte.net>
Fri, 20 Dec 2013 18:39:10 +0000
(19:39 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Fri, 20 Dec 2013 18:39:10 +0000
(19:39 +0100)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/hevc_ps.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevc_ps.c
b/libavcodec/hevc_ps.c
index 5dde0cd49ac20caa5f712c8a1eb70d610fced4ef..b940c9b2788273d289f30b6a0a97ad3472addaae 100644
(file)
--- a/
libavcodec/hevc_ps.c
+++ b/
libavcodec/hevc_ps.c
@@
-320,7
+320,7
@@
int ff_hevc_decode_nal_vps(HEVCContext *s)
AVBufferRef *vps_buf = av_buffer_allocz(sizeof(*vps));
if (!vps_buf)
AVBufferRef *vps_buf = av_buffer_allocz(sizeof(*vps));
if (!vps_buf)
- return AVERROR(ENOMEM);
+
return AVERROR(ENOMEM);
vps = (HEVCVPS*)vps_buf->data;
av_log(s->avctx, AV_LOG_DEBUG, "Decoding VPS\n");
vps = (HEVCVPS*)vps_buf->data;
av_log(s->avctx, AV_LOG_DEBUG, "Decoding VPS\n");