pkgsrc-wip/vlc/patches/patch-ab
Juan Romero Pardines 39a531e98d Initial import of vlc 0.4.6.
Package provided by Rhialto <rhialto@azenomei.knuffel.net> via PR
pkg/19819.

VideoLAN is a project of French students from the Ecole        
Centrale Paris and developers from all over the world. Its main    
goals is MPEG streaming on a network, but it also features a       
standalone multimedia player. The VideoLAN Server can stream       
video read from a hard disk, a DVD player, a satellite card or     
an MPEG 2 compression card, and unicast or multicast it on a       
network. The VideoLAN Client can read the stream from the          
network and display it. It can also be used to display video       
read locally on the computer : DVDs, VCDs, MPEG and DivX files     
and from a satellite card. It is multi-plaform : Linux,            
Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The            
VideoLAN Client and Server now have a full IPv6 support.
2003-09-17 18:49:50 +00:00

13 lines
502 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/09/17 18:49:51 xtraeme Exp $
--- ./src/input/input_ext-dec.c.dist Thu Nov 14 00:02:30 2002
+++ ./src/input/input_ext-dec.c Mon Dec 2 21:13:37 2002
@@ -136,7 +136,7 @@
p_fifo->p_first = p_next;
p_fifo->i_depth--;
- if( p_fifo->p_first == NULL )
+ while( p_fifo->p_first == NULL )
{
/* No PES in the FIFO. p_last is no longer valid. */
p_fifo->pp_last = &p_fifo->p_first;