]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout_mixer.h
Added planar I420 9/10-bit VLC_CODEC_* definitions and fallbacks.
[vlc] / include / vlc_aout_mixer.h
index 92b524440fe6c560d65b52eaa51fc9c3185b22e3..a38de406fe667fb29c2bcfd2899cee14adc41d89 100644 (file)
@@ -44,12 +44,6 @@ typedef struct {
     /* */
     aout_fifo_t fifo;
 
-    /* Pointer on the first byte of data to mix.
-     *
-     * It points in the first buffer of fifo
-     */
-    uint8_t     *begin;
-
     /* Software multiplier */
     float       multiplier;
 } aout_mixer_input_t;