comparison src/vorbis/vorbis.c @ 368:c812e846b84e trunk

[svn] - add support for extension probing to many plugins.
author nenolod
date Tue, 12 Dec 2006 18:54:01 -0800
parents 3da1b8942b8b
children a157306caf03
comparison
equal deleted inserted replaced
367:1dcf9f67b066 368:c812e846b84e
112 NULL, 112 NULL,
113 vorbis_get_song_info, 113 vorbis_get_song_info,
114 vorbis_file_info_box, /* file info box, tag editing */ 114 vorbis_file_info_box, /* file info box, tag editing */
115 NULL, 115 NULL,
116 get_song_tuple 116 get_song_tuple
117 NULL,
118 NULL,
119 { "ogg", "ogm", NULL },
117 }; 120 };
118 121
119 static OggVorbis_File vf; 122 static OggVorbis_File vf;
120 123
121 static GThread *thread; 124 static GThread *thread;