Commit a8f28491 authored by bcoudurier's avatar bcoudurier

remove comment, this is not relevant anymore

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent db6f55c5
......@@ -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;
}
......
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