]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
[ffmpeg] / ffserver.c
index 8ae580cc390827a0b54a8df17f73ee0884addf56..124a715beecd81f47ce2e0f7a1fb6affc7284073 100644 (file)
@@ -59,7 +59,7 @@
 
 #include "cmdutils.h"
 
-const char program_name[] = "FFserver";
+const char program_name[] = "ffserver";
 const int program_birth_year = 2000;
 
 static const OptionDef options[];
@@ -2185,10 +2185,8 @@ static int open_input_stream(HTTPContext *c, const char *info)
         }
     }
 
-#if 1
     if (c->fmt_in->iformat->read_seek)
         av_seek_frame(c->fmt_in, -1, stream_pos, 0);
-#endif
     /* set the start time (needed for maxtime and RTP packet timing) */
     c->start_time = cur_time;
     c->first_pts = AV_NOPTS_VALUE;