]> git.sesse.net Git - ffmpeg/commit
avformat/librist: make packet size adjustable for writing, fix it for reading
authorMarton Balint <cus@passwd.hu>
Sat, 6 Mar 2021 21:26:13 +0000 (22:26 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 13 Mar 2021 16:36:48 +0000 (17:36 +0100)
commitdeffb5ddce5cc09ec1f29d2255276483d07b7725
tree4b7c34251b25de928c23f9477f597abd8034028b
parent4b1e387e259ab0d6e7c4f7f010736b64938c4939
avformat/librist: make packet size adjustable for writing, fix it for reading

Maximum packet size is 10000 (RIST_MAX_PACKET_SIZE, which is unfortunately
private) minus the RIST protocol overhead which is 28 bytes for the unencrypted
case, 36 for the encrypted case.

Signed-off-by: Marton Balint <cus@passwd.hu>
doc/protocols.texi
libavformat/librist.c