]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libzmq.c
avdevice: Constify all devices
[ffmpeg] / libavformat / libzmq.c
index 8c8b294c9214fde7793d0eb7be9fca46a6242a4b..1b0d8638dbf2996472f3b6910f0e225af9d7017a 100644 (file)
@@ -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 }
 };