diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-10 04:10:53 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-10-10 04:10:53 +0000 |
commit | ee56f2c020916d03759c82ee48b12471955a5a40 (patch) | |
tree | e5cb5fc0f6ada079d54fda9f644f2964aea8da6d /libavformat/wv.c | |
parent | f1b37db48deec5d0601374a52d5fc721e924b82a (diff) | |
download | ffmpeg-ee56f2c020916d03759c82ee48b12471955a5a40.tar.gz |
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.c | 1 |
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, }; |