diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-07-17 20:29:03 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-07-17 20:29:03 +0000 |
commit | e8a8a03bde217c4b9f523a4dd484c4ff9d4c0b13 (patch) | |
tree | 14b0fc302b1b03b7bec4bbe1c87689832955b691 /src/xine-engine/buffer.h | |
parent | a7816622f52f56c203fc6d995ad1a6104184c4f2 (diff) | |
download | xine-lib-e8a8a03bde217c4b9f523a4dd484c4ff9d4c0b13.tar.gz xine-lib-e8a8a03bde217c4b9f523a4dd484c4ff9d4c0b13.tar.bz2 |
more fixes to play aac streams (.mp4)
CVS patchset: 2307
CVS date: 2002/07/17 20:29:03
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 465aaf4fb..622af913a 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.59 2002/07/15 02:15:38 miguelfreitas Exp $ + * $Id: buffer.h,v 1.60 2002/07/17 20:29:04 miguelfreitas Exp $ * * * contents: @@ -251,6 +251,14 @@ struct buf_element_s { */ #define BUF_SPECIAL_DECODER_CONFIG 4 +/* + * In a BUF_SPECIAL_SAMPLE_SIZE_TABLE buffer: + * decoder_info[1] = BUF_SPECIAL_SAMPLE_SIZE_TABLE + * decoder_info[2] = + * decoder_info[3] = pointer to table with sample sizes (within current frame) + */ +#define BUF_SPECIAL_SAMPLE_SIZE_TABLE 5 + typedef struct palette_entry_s palette_entry_t; struct palette_entry_s |