Commit 259cddb1 authored by Gildas Cocherel's avatar Gildas Cocherel Committed by Anton Khirnov

hevc_ps: fix indentation

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 2d18aaa1
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment