Skip to content
Snippets Groups Projects
Commit eeeb595c authored by Marton Balint's avatar Marton Balint
Browse files

avformat: make flush_packets a tri-state and set it to -1 (auto) by default


If flushing is not disabled, then mux.c will signal the end of the packets with
an AVIO_DATA_MARKER_FLUSH_POINT, and aviobuf will be able to decide to flush or
not based on the preferred minimum packet size set by the used protocol.

Reviewed-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
parent 09891c53
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment