OSDN Git Service

hevc_ps: fix indentation
authorGildas Cocherel <gildas.cocherel@laposte.net>
Fri, 20 Dec 2013 18:39:10 +0000 (19:39 +0100)
committerAnton 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

index 5dde0cd..b940c9b 100644 (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");