Revision f61d6960 ui/spice-core.c

b/ui/spice-core.c
240 240
    char *x509_key_file = NULL,
241 241
        *x509_cert_file = NULL,
242 242
        *x509_cacert_file = NULL;
243
    int port, tls_port, len, addr_flags, streaming_video;
243
    int port, tls_port, len, addr_flags;
244 244
    spice_image_compression_t compression;
245 245
    spice_wan_compression_t wan_compr;
246 246

  
......
344 344

  
345 345
    str = qemu_opt_get(opts, "streaming-video");
346 346
    if (str) {
347
        streaming_video = parse_stream_video(str);
347
        int streaming_video = parse_stream_video(str);
348 348
        spice_server_set_streaming_video(spice_server, streaming_video);
349 349
    }
350 350

  

Also available in: Unified diff