diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-07 12:42:01 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-07 12:42:01 +0000 |
commit | 56d184df39976f8b55533654d3c7e40ec685b626 (patch) | |
tree | 6bbb6a288482f3d21c9952bc4eaa4d014988a92f | |
parent | 5d754f46c6057c4957a7548317a3ab3fdb99c197 (diff) | |
download | xine-lib-56d184df39976f8b55533654d3c7e40ec685b626.tar.gz xine-lib-56d184df39976f8b55533654d3c7e40ec685b626.tar.bz2 |
note about fourcc parameter
CVS patchset: 2033
CVS date: 2002/06/07 12:42:01
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index b0c7bd6d4..5a320ec8b 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.96 2002/06/07 04:15:45 miguelfreitas Exp $ + * $Id: xine.h.tmpl.in,v 1.97 2002/06/07 12:42:01 miguelfreitas Exp $ * */ @@ -1620,7 +1620,7 @@ void xine_send_event(xine_t *self, xine_event_t *event); * codec reporting callback. * \param user_data * \param codec_type type of codec being reported (XINE_CODEC_AUDIO/XINE_CODEC_VIDEO) - * \param fourcc codec identifier (fourcc) in machine endianness + * \param fourcc codec identifier (fourcc) in machine endianness (only valid if description is empty) * \param description description or human readable codec name ("" if unkown) * \param handled if true, the plugin exist and will be used. otherwise it's an error condition (plugin not found or codec unknown) * \sa xine_register_report_codec_cb |