diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-07 20:13:36 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-08 07:08:12 +0200 |
commit | acaceca2f191b30f64421f6568fd30ad561daec9 (patch) | |
tree | bf4a27ae0107b7aeb240f96309fb13fcca0b8a4f /libavformat | |
parent | 026e175775cd9355067e9ff93fb6df3f64b365c2 (diff) | |
download | ffmpeg-acaceca2f191b30f64421f6568fd30ad561daec9.tar.gz |
asfdec: remove a forgotten declaration of nonexistent function
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/asfdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index 14ef2a5c37..20b498758e 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 |