summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-10-10 04:10:53 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-10-10 04:10:53 +0000
commitee56f2c020916d03759c82ee48b12471955a5a40 (patch)
treee5cb5fc0f6ada079d54fda9f644f2964aea8da6d /libavformat/wv.c
parentf1b37db48deec5d0601374a52d5fc721e924b82a (diff)
10l: remove alien seek function from demuxer
Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wv.c')
-rw-r--r--libavformat/wv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/wv.c b/libavformat/wv.c
index f42c1b50e2..170755c4dd 100644
--- a/libavformat/wv.c
+++ b/libavformat/wv.c
@@ -205,5 +205,4 @@ AVInputFormat wv_demuxer = {
wv_read_header,
wv_read_packet,
wv_read_close,
- pcm_read_seek,
};