[Redbutton-devel] SF.net SVN: redbutton: [50] redbutton-download/trunk/stream.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-11 08:28:57
|
Revision: 50 Author: skilvington Date: 2006-05-11 01:28:54 -0700 (Thu, 11 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=50&view=rev Log Message: ----------- spacing Modified Paths: -------------- redbutton-download/trunk/stream.c Modified: redbutton-download/trunk/stream.c =================================================================== --- redbutton-download/trunk/stream.c 2006-05-11 08:27:18 UTC (rev 49) +++ redbutton-download/trunk/stream.c 2006-05-11 08:28:54 UTC (rev 50) @@ -37,7 +37,7 @@ * on my Nova-T card, there is no hardware MPEG decoder so setting the pes_type to DMX_PES_VIDEO returns an error (sometimes!) * anyway, always setting it to DMX_PES_OTHER works for me */ - pes_type=DMX_PES_OTHER; + pes_type = DMX_PES_OTHER; pes_filter.pes_type = pes_type; if(ioctl(fd, DMX_SET_PES_FILTER, &pes_filter) < 0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |