mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.
This helps streaming no end. Originally committed as revision 4195 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e8d27bc302
commit
34f633dfcb
@ -78,6 +78,7 @@ static void flush_packet(AVFormatContext *s)
|
|||||||
h |= 0x8000;
|
h |= 0x8000;
|
||||||
put_be16(pb, h);
|
put_be16(pb, h);
|
||||||
put_buffer(pb, ffm->packet, ffm->packet_end - ffm->packet);
|
put_buffer(pb, ffm->packet, ffm->packet_end - ffm->packet);
|
||||||
|
put_flush_packet(pb);
|
||||||
|
|
||||||
/* prepare next packet */
|
/* prepare next packet */
|
||||||
ffm->frame_offset = 0; /* no key frame */
|
ffm->frame_offset = 0; /* no key frame */
|
||||||
|
Loading…
Reference in New Issue
Block a user