diff options
Diffstat (limited to 'src/xine-engine/audio_decoder.h')
-rw-r--r-- | src/xine-engine/audio_decoder.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/xine-engine/audio_decoder.h b/src/xine-engine/audio_decoder.h index dd5fcc591..2fd3fcf7f 100644 --- a/src/xine-engine/audio_decoder.h +++ b/src/xine-engine/audio_decoder.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.h,v 1.3 2002/10/14 15:47:25 guenter Exp $ + * $Id: audio_decoder.h,v 1.4 2002/10/14 20:50:17 guenter Exp $ * * xine audio decoder plugin interface * @@ -49,6 +49,12 @@ struct audio_decoder_class_s { * this plugin class */ char* (*get_description) (audio_decoder_class_t *this); + + /* + * free all class-related resources + */ + + void (*dispose) (video_decoder_class_t *this); }; |