You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02: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:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user