[FFmpeg-cvslog] asfdec: remove a forgotten declaration of nonexistent function
Anton Khirnov
git at videolan.org
Sat Apr 9 03:24:59 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Apr 7 20:13:36 2011 +0200| [acaceca2f191b30f64421f6568fd30ad561daec9] | committer: Anton Khirnov
asfdec: remove a forgotten declaration of nonexistent function
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acaceca2f191b30f64421f6568fd30ad561daec9
---
libavformat/asfdec.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c
index 14ef2a5..20b4987 100644
--- a/libavformat/asfdec.c
+++ b/libavformat/asfdec.c
@@ -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
More information about the ffmpeg-cvslog
mailing list