summaryrefslogtreecommitdiff
path: root/libavformat/libzmq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/libzmq.c')
-rw-r--r--libavformat/libzmq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c
index 8c8b294c92..1b0d8638db 100644
--- a/libavformat/libzmq.c
+++ b/libavformat/libzmq.c
@@ -40,7 +40,7 @@ typedef struct ZMQContext {
#define D AV_OPT_FLAG_DECODING_PARAM
#define E AV_OPT_FLAG_ENCODING_PARAM
static const AVOption options[] = {
- { "pkt_size", "Maximum send/read packet size", OFFSET(pkt_size), AV_OPT_TYPE_INT, { .i64 = 32768 }, -1, INT_MAX, .flags = D | E },
+ { "pkt_size", "Maximum send/read packet size", OFFSET(pkt_size), AV_OPT_TYPE_INT, { .i64 = 131072 }, -1, INT_MAX, .flags = D | E },
{ NULL }
};