Commit ab7bcfb8 authored by Limin Wang's avatar Limin Wang

avformat/mxfdec: reindent code

Reviewed-by: 's avatarTomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
parent e4681062
......@@ -362,8 +362,9 @@ static void mxf_free_metadataset(MXFMetadataSet **ctx, int freectx)
default:
break;
}
if (freectx)
av_freep(ctx);
if (freectx) {
av_freep(ctx);
}
}
static int64_t klv_decode_ber_length(AVIOContext *pb)
......
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