[FFmpeg-cvslog] hevc_ps: fix indentation

Gildas Cocherel git at videolan.org
Sat Dec 21 00:53:55 CET 2013


ffmpeg | branch: master | Gildas Cocherel <gildas.cocherel at laposte.net> | Fri Dec 20 19:39:10 2013 +0100| [259cddb137988a25607f091c2414158ff81ca7d6] | committer: Anton Khirnov

hevc_ps: fix indentation

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=259cddb137988a25607f091c2414158ff81ca7d6
---

 libavcodec/hevc_ps.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index 5dde0cd..b940c9b 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");



More information about the ffmpeg-cvslog mailing list