From: Gildas Cocherel Date: Fri, 20 Dec 2013 18:39:10 +0000 (+0100) Subject: hevc_ps: fix indentation X-Git-Tag: android-x86-6.0-r1~10^2~2478 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=259cddb137988a25607f091c2414158ff81ca7d6;p=android-x86%2Fexternal-ffmpeg.git hevc_ps: fix indentation Signed-off-by: Anton Khirnov --- diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 5dde0cd49a..b940c9b278 100644 --- 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) - return AVERROR(ENOMEM); + return AVERROR(ENOMEM); vps = (HEVCVPS*)vps_buf->data; av_log(s->avctx, AV_LOG_DEBUG, "Decoding VPS\n");