From: Baptiste Coudurier Date: Sun, 11 Jan 2009 05:24:41 +0000 (+0000) Subject: remove comment, this is not relevant anymore X-Git-Tag: v0.5~1260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd7f59639c43f0ab6b83ad2c1ceccafc553d7845;p=platform%2Fupstream%2Flibav.git remove comment, this is not relevant anymore Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 89a827f..6e3a3e4 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -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; }