ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@gmail.com> | 
Tue Jan  7 14:55:41 2020 +0100| [3fd68fd955e45ecdb2d96241c9d479a68a0ad982] | 
committer: Michael Niedermayer

avformat/avs: Remove avs_read_close()

It did nothing.

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com>
Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fd68fd955e45ecdb2d96241c9d479a68a0ad982
---

 libavformat/avs.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavformat/avs.c b/libavformat/avs.c
index 47fa41017d..3f8780d42d 100644
--- a/libavformat/avs.c
+++ b/libavformat/avs.c
@@ -224,11 +224,6 @@ static int avs_read_packet(AVFormatContext * s, AVPacket * 
pkt)
     }
 }
 
-static int avs_read_close(AVFormatContext * s)
-{
-    return 0;
-}
-
 AVInputFormat ff_avs_demuxer = {
     .name           = "avs",
     .long_name      = NULL_IF_CONFIG_SMALL("Argonaut Games Creature Shock"),
@@ -236,5 +231,4 @@ AVInputFormat ff_avs_demuxer = {
     .read_probe     = avs_probe,
     .read_header    = avs_read_header,
     .read_packet    = avs_read_packet,
-    .read_close     = avs_read_close,
 };

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to