[Ffmpeg-devel] [PATCH] ffserver warning cleanup

Bryan Mayland bmayland
Fri Jan 20 22:34:57 CET 2006


This patch cleans up all the compile warnings about signed/unsigned 
buffer pointers in ffserver.c. 
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)

I also added a feed_child_argv_free() method to free the memory 
allocated for the feed child_argv parameters.  Since ffserver never 
really cleanly exits it isn't used except when the child process is 
exiting quickly.  I can attach a signal handler so the http_server() 
function exits if requested, but I didn't want to do too much in this 
patch. 

Just a little clean up.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ffserver_warning_clean.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060120/653b0c76/attachment.asc>



More information about the ffmpeg-devel mailing list