diff options
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 |