X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Furl.h;h=4750bfff825b54527b54b4a8dc978110dc34ffc9;hb=d96363cc8437c9de8fd747068ab331510149810c;hp=910f1e00b389455c7806914d30f7992a0a37fbe7;hpb=055d6c2ea92e56b01467563cffb41fc3754bc661;p=ffmpeg diff --git a/libavformat/url.h b/libavformat/url.h index 910f1e00b38..4750bfff825 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -48,6 +48,7 @@ typedef struct URLContext { int64_t rw_timeout; /**< maximum time to wait for (network) read/write operation completion, in mcs */ const char *protocol_whitelist; const char *protocol_blacklist; + int min_packet_size; /**< if non zero, the stream is packetized with this min packet size */ } URLContext; typedef struct URLProtocol {