hevc_ps: fix indentation

Signed-off-by: Anton Khirnov <anton@khirnov.net>
pull/51/head
Gildas Cocherel 11 years ago committed by Anton Khirnov
parent 2d18aaa14b
commit 259cddb137
  1. 2
      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");

Loading…
Cancel
Save