Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ipmovie.c')
-rw-r--r--libavformat/ipmovie.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index d00f788d9c..c2c5585daa 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -607,13 +607,6 @@ static int ipmovie_read_packet(AVFormatContext *s,
return ret;
}
-static int ipmovie_read_close(AVFormatContext *s)
-{
-// IPMVEContext *ipmovie = s->priv_data;
-
- return 0;
-}
-
AVInputFormat ipmovie_demuxer = {
"ipmovie",
NULL_IF_CONFIG_SMALL("Interplay MVE format"),
@@ -621,5 +614,4 @@ AVInputFormat ipmovie_demuxer = {
ipmovie_probe,
ipmovie_read_header,
ipmovie_read_packet,
- ipmovie_read_close,
};