[vlc-devel] [PATCH] faad: drop byte of padding for raw streams

Francois Cartegnie fcvlcdev at free.fr
Sat May 31 23:24:32 CEST 2014


Le 31/05/2014 23:10, Tristan Matthews a écrit :
> Fixes #2575, #11514
> +            {
> +                memmove( p_sys->p_buffer, &p_sys->p_buffer[frame.bytesconsumed],
> +                         p_sys->i_buffer );
> +            }
>          }
>  
>          return p_out;
> 

(finally!) Works for me.


Francois



More information about the vlc-devel mailing list