diff src/aac/libmp4.c @ 1979:839804c3b3a4

aud_vfs_extensions -> vfs_extensions, some vtable fixes
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:43:10 -0500
parents fa9f85cebade
children 489e32a8e106
line wrap: on
line diff
--- a/src/aac/libmp4.c	Sun Oct 07 00:25:33 2007 -0500
+++ b/src/aac/libmp4.c	Sun Oct 07 00:43:10 2007 -0500
@@ -16,8 +16,6 @@
 #define MP4_VERSION VERSION
 #define SBR_DEC
 
-extern VFSFile *aud_vfs_buffered_file_new_from_uri(gchar *uri);
-
 /*
  * BUFFER_SIZE is the highest amount of memory that can be pulled.
  * We use this for sanity checks, among other things, as mp4ff needs
@@ -62,7 +60,7 @@
     .get_song_info = mp4_get_song_title_len,
     .get_song_tuple = mp4_get_song_tuple,
     .is_our_file_from_vfs = mp4_is_our_fd,
-    .aud_vfs_extensions = fmts,
+    .vfs_extensions = fmts,
 };
 
 InputPlugin *mp4_iplist[] = { &mp4_ip, NULL };