[vlc-devel] Feature / change request
Rémi Denis-Courmont
rem at videolan.org
Tue Aug 7 19:14:25 CEST 2007
Hello,
Le mardi 7 août 2007, Willems, Peter a écrit :
> if(p_input->p_input_thread)
> {
> stats_UpdateInteger(p_input->p_input_thread,
> STATS_LOST_ABUFFERS, 1, NULL);
> }
> aout_BufferFree(p_buffer);
> return -1;
>
> If these lines are commented out the player will play back video and
> audio without problems.
But AFAICT, it will start insanely leaking memory. There is no way we
can go on with your proposal in its current form.
--
Rémi Denis-Courmont
http://www.remlab.net/
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list