Signed-off-by: Steven Liu <[email protected]>
---
libavformat/mlvdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c
index 68ca2c5e1c..3b4cb6befd 100644
--- a/libavformat/mlvdec.c
+++ b/libavformat/mlvdec.c
@@ -462,7 +462,6 @@ static int read_close(AVFormatContext *s)
MlvContext *mlv = s->priv_data;
int i;
for (i = 0; i < 100; i++)
- if (mlv->pb[i])
ff_format_io_close(s, &mlv->pb[i]);
return 0;
}
--
2.15.1
_______________________________________________
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".