diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-05-10 04:26:17 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-05-10 04:26:17 +0000 |
commit | f90c12d614d5d50a1bd00b297aea60a61fb69c35 (patch) | |
tree | dc9943f69fa29a56beee4aa04bde533152343c7d /src/xine-engine/buffer.h | |
parent | 2b55ed2984b3ba499c07a893a594dc0079dc83a1 (diff) | |
download | xine-lib-f90c12d614d5d50a1bd00b297aea60a61fb69c35.tar.gz xine-lib-f90c12d614d5d50a1bd00b297aea60a61fb69c35.tar.bz2 |
rework the QT stsd/ImageDescription passing from demuxer -> decoder
CVS patchset: 4815
CVS date: 2003/05/10 04:26:17
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index ae9c30365..cb737a4ca 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.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: buffer.h,v 1.110 2003/04/30 08:49:40 heinchen Exp $ + * $Id: buffer.h,v 1.111 2003/05/10 04:26:18 tmmm Exp $ * * * contents: @@ -335,9 +335,14 @@ struct buf_element_s { /* * In a BUF_SPECIAL_STSD_ATOM buffer: * decoder_info[1] = BUF_SPECIAL_STSD_ATOM - * decoder_info[2] = size of the stsd atom - * decoder_info_ptr[2] = pointer to stsd atom - * binary-only quicktime decoders need this, sent by qt demuxer + * decoder_info[2] = size of the ImageDescription atom, minus the + * four length bytes at the beginning + * decoder_info_ptr[2] = pointer to ImageDescription atom, starting with + * the codec fourcc + * Some Quicktime decoders need information contained within the + * ImageDescription atom inside a Quicktime file's stsd atom. This + * special buffer carries the ImageDescription atom from the QT demuxer + * to an A/V decoder. */ #define BUF_SPECIAL_STSD_ATOM 5 |