[Ffmpeg-cvslog] r6637 - trunk/libavformat/amr.c

michael subversion
Wed Oct 11 01:57:44 CEST 2006


Author: michael
Date: Wed Oct 11 01:57:44 2006
New Revision: 6637

Modified:
   trunk/libavformat/amr.c

Log:
remove dummy amr_read_close()


Modified: trunk/libavformat/amr.c
==============================================================================
--- trunk/libavformat/amr.c	(original)
+++ trunk/libavformat/amr.c	Wed Oct 11 01:57:44 2006
@@ -175,11 +175,6 @@
     return 0;
 }
 
-static int amr_read_close(AVFormatContext *s)
-{
-    return 0;
-}
-
 #ifdef CONFIG_AMR_DEMUXER
 AVInputFormat amr_demuxer = {
     "amr",
@@ -188,7 +183,7 @@
     amr_probe,
     amr_read_header,
     amr_read_packet,
-    amr_read_close,
+    NULL,
 };
 #endif
 




More information about the ffmpeg-cvslog mailing list