summaryrefslogtreecommitdiff
path: root/apps/codecs/wma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wma.c')
-rw-r--r--apps/codecs/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 17d2af2e98..ed413e8c32 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -121,7 +121,7 @@ restart_track:
121 goto restart_track; /* Pretend you never saw this... */ 121 goto restart_track; /* Pretend you never saw this... */
122 } 122 }
123 123
124 elapsedtime = seek(ci->seek_time, &wfx); 124 elapsedtime = asf_seek(ci->seek_time, &wfx);
125 if (elapsedtime < 1){ 125 if (elapsedtime < 1){
126 ci->seek_complete(); 126 ci->seek_complete();
127 goto next_track; 127 goto next_track;