asfdec: remove a forgotten declaration of nonexistent function

oldabi
Anton Khirnov 14 years ago
parent 026e175775
commit acaceca2f1
  1. 2
      libavformat/asfdec.c

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

Loading…
Cancel
Save