asfdec: remove a forgotten declaration of nonexistent function
authorAnton Khirnov <anton@khirnov.net>
Thu, 7 Apr 2011 18:13:36 +0000 (20:13 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Apr 2011 05:08:12 +0000 (07:08 +0200)
libavformat/asfdec.c

index 14ef2a5..20b4987 100644 (file)
@@ -31,8 +31,6 @@
 #include "asfcrypt.h"
 #include "avlanguage.h"
 
-void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
-
 typedef struct {
     int asfid2avid[128];                 ///< conversion table from asf ID 2 AVStream ID
     ASFStream streams[128];              ///< it's max number and it's not that big