remove comment, this is not relevant anymore
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 11 Jan 2009 05:24:41 +0000 (05:24 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 11 Jan 2009 05:24:41 +0000 (05:24 +0000)
Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/flvenc.c

index 89a827f..6e3a3e4 100644 (file)
@@ -348,7 +348,6 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
             assert(pkt->size);
             size = pkt->size;
         }
-        /* cast needed to get negative value */
         if (!flv->delay && pkt->dts < 0)
             flv->delay = -pkt->dts;
     }