summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-11 05:24:41 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-11 05:24:41 +0000
commitfd7f59639c43f0ab6b83ad2c1ceccafc553d7845 (patch)
tree8977fb98bb74b4b2fffd4e8e628fb7a3515211df /libavformat/flvenc.c
parent2ba0470e819ed4022f260d41e018f7754565db7a (diff)
remove comment, this is not relevant anymore
Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/flvenc.c')
-rw-r--r--libavformat/flvenc.c1
1 files changed, 0 insertions, 1 deletions
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;
}