mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
hevc_ps: fix indentation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
2d18aaa14b
commit
259cddb137
@ -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…
Reference in New Issue
Block a user