mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
2ba0470e81
commit
fd7f59639c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user