[Redbutton-devel] SF.net SVN: redbutton: [51] redbutton-download/trunk/stream.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-11 08:54:11
|
Revision: 51 Author: skilvington Date: 2006-05-11 01:54:07 -0700 (Thu, 11 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=51&view=rev Log Message: ----------- remove debug code Modified Paths: -------------- redbutton-download/trunk/stream.c Modified: redbutton-download/trunk/stream.c =================================================================== --- redbutton-download/trunk/stream.c 2006-05-11 08:28:54 UTC (rev 50) +++ redbutton-download/trunk/stream.c 2006-05-11 08:54:07 UTC (rev 51) @@ -43,7 +43,6 @@ if(ioctl(fd, DMX_SET_PES_FILTER, &pes_filter) < 0) { error("ioctl DMX_SET_PES_FILTER: %s", strerror(errno)); -error("pid=%d type=%d", pid, pes_type); close(fd); return -1; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |