On 04/05/16 16:38, Diego Biurrun wrote: > - > - av_log(ctx, AV_LOG_VERBOSE, > - "idx:%d name:'%s' type:%s explanation:'%s' ", > - i, info.name, > - info.type == F0R_PARAM_BOOL ? "bool" : > - info.type == F0R_PARAM_DOUBLE ? "double" : > - info.type == F0R_PARAM_COLOR ? "color" : > - info.type == F0R_PARAM_POSITION ? "position" : > - info.type == F0R_PARAM_STRING ? "string" : "unknown", > - info.explanation); > -
This looks stray. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
