X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Furl.h;h=4750bfff825b54527b54b4a8dc978110dc34ffc9;hb=1a115a31d430b71973b1e1556fcf767417449f09;hp=910f1e00b389455c7806914d30f7992a0a37fbe7;hpb=1ff55e12f7298322c463a2fbb422cfeac9bbbe67;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 {