Commit fd7f5963 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove comment, this is not relevant anymore

Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ba0470e
...@@ -348,7 +348,6 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -348,7 +348,6 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
assert(pkt->size); assert(pkt->size);
size = pkt->size; size = pkt->size;
} }
/* cast needed to get negative value */
if (!flv->delay && pkt->dts < 0) if (!flv->delay && pkt->dts < 0)
flv->delay = -pkt->dts; flv->delay = -pkt->dts;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment