diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-16 01:34:08 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-16 01:34:08 +0000 |
commit | 45388c5c768507dd6c8ae420b74a893fe7d22698 (patch) | |
tree | 1d6ef84571e964f9eb9316c969a24db56af1f323 /src/xine-engine/buffer.h | |
parent | 731773b1ff9e67e4171a4a38fe0e0a08e912687a (diff) | |
download | xine-lib-45388c5c768507dd6c8ae420b74a893fe7d22698.tar.gz xine-lib-45388c5c768507dd6c8ae420b74a893fe7d22698.tar.bz2 |
make qt demuxer sent a copy of the stsd atom
CVS patchset: 3556
CVS date: 2002/12/16 01:34:08
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 4978f60d1..568146704 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.83 2002/12/04 04:11:01 tmmm Exp $ + * $Id: buffer.h,v 1.84 2002/12/16 01:34:08 guenter Exp $ * * * contents: @@ -281,8 +281,14 @@ struct buf_element_s { */ #define BUF_SPECIAL_DECODER_CONFIG 4 +/* + * In a BUF_SPECIAL_STSD_ATOM buffer: + * decoder_info[1] = BUF_SPECIAL_STSD_ATOM + * buf content is a copy of the stsd atom + * binary-only quicktime decoders need this, sent by qt demuxer + */ +#define BUF_SPECIAL_STSD_ATOM 5 -/* special buffer type 5 used to be defined but is now available for use */ /* |