diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-11 05:24:41 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-11 05:24:41 +0000 |
commit | fd7f59639c43f0ab6b83ad2c1ceccafc553d7845 (patch) | |
tree | 8977fb98bb74b4b2fffd4e8e628fb7a3515211df | |
parent | 2ba0470e819ed4022f260d41e018f7754565db7a (diff) | |
download | ffmpeg-fd7f59639c43f0ab6b83ad2c1ceccafc553d7845.tar.gz |
remove comment, this is not relevant anymore
Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/flvenc.c | 1 |
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; } |