diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-07 17:28:10 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-07 17:28:10 +0000 |
commit | 516a8718ba7a292fcd5e566467e597215473568a (patch) | |
tree | 28b7feed8ced63488633cc9fb92b11f1b5e7d265 /src/xine-engine/audio_out.h | |
parent | d0513bbbf470ca6ad9b9c879db8efd3300b596cf (diff) | |
download | xine-lib-516a8718ba7a292fcd5e566467e597215473568a.tar.gz xine-lib-516a8718ba7a292fcd5e566467e597215473568a.tar.bz2 |
add consistency warnings
CVS patchset: 4114
CVS date: 2003/02/07 17:28:10
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 3d4d836ac..3c9379ca0 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.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_out.h,v 1.51 2003/02/06 00:09:20 miguelfreitas Exp $ + * $Id: audio_out.h,v 1.52 2003/02/07 17:28:10 mroi Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -171,6 +171,10 @@ struct ao_format_s { /* * xine_audio_port_s contains the port every audio decoder talks to + * + * Remember that adding new functions to this structure requires + * adaption of the post plugin decoration layer. Be sure to look into + * src/xine-engine/post.[ch]. */ struct xine_audio_port_s { |