From fd7f59639c43f0ab6b83ad2c1ceccafc553d7845 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 11 Jan 2009 05:24:41 +0000 Subject: remove comment, this is not relevant anymore Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/flvenc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/flvenc.c') diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 89a827f043..6e3a3e4f82 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; } -- cgit v1.2.3