10l: remove alien seek function from demuxer

Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2006-10-10 04:10:53 +00:00
parent f1b37db48d
commit ee56f2c020
1 changed files with 0 additions and 1 deletions

View File

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