comparison src/vorbis/vorbis.c @ 372:a157306caf03 trunk

[svn] - finalize the plugin-side of the extension-assist ABI
author nenolod
date Tue, 12 Dec 2006 19:43:23 -0800
parents c812e846b84e
children e3cb9d1a8414
comparison
equal deleted inserted replaced
371:96cbec520f57 372:a157306caf03
111 NULL, 111 NULL,
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,
117 NULL, 118 NULL,
118 NULL, 119 NULL,
119 { "ogg", "ogm", NULL }, 120 { "ogg", "ogm", NULL },
120 }; 121 };
121 122