hevc_ps: fix indentation

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Gildas Cocherel 2013-12-20 19:39:10 +01:00 committed by Anton Khirnov
parent 2d18aaa14b
commit 259cddb137

View File

@ -320,7 +320,7 @@ int ff_hevc_decode_nal_vps(HEVCContext *s)
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");