Searched refs:fourcc_interface (Results 1 – 1 of 1) sorted by relevance
502 const VpxInterface *fourcc_interface = NULL; in main_loop() local720 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()721 if (interface && fourcc_interface && interface != fourcc_interface) in main_loop()722 warn("Header indicates codec: %s\n", fourcc_interface->name); in main_loop()724 interface = fourcc_interface; in main_loop()