]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
[ffmpeg] / ffserver.c
index 2efcaa5866ae29233ef1eacb08136377d304a98d..124a715beecd81f47ce2e0f7a1fb6affc7284073 100644 (file)
@@ -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;