From: Limin Wang <[email protected]>

Signed-off-by: Limin Wang <[email protected]>
---
 libavformat/mxfdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index fdd0dd2a88..02a2a6d97a 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -363,7 +363,7 @@ static void mxf_free_metadataset(MXFMetadataSet **ctx, int 
freectx)
         break;
     }
     if (freectx)
-    av_freep(ctx);
+        av_freep(ctx);
 }
 
 static int64_t klv_decode_ber_length(AVIOContext *pb)
-- 
2.21.0

_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to