10l: remove alien seek function from demuxer

Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Kostya Shishkov 19 years ago
parent f1b37db48d
commit ee56f2c020
  1. 1
      libavformat/wv.c

@ -205,5 +205,4 @@ AVInputFormat wv_demuxer = {
wv_read_header,
wv_read_packet,
wv_read_close,
pcm_read_seek,
};

Loading…
Cancel
Save