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, };