mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
remove comment, this is not relevant anymore
Originally committed as revision 16528 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2ba0470e81
commit
fd7f59639c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user