Lines Matching refs:log_ctx
142 void *log_ctx)
164 if (log_ctx)
165 av_log(log_ctx, AV_LOG_ERROR, "Unknown chroma format %d\n",
276 if (log_ctx)
277 av_log(log_ctx, AV_LOG_ERROR, "Dimensions must be an integer multiple of the chroma subsampling\n");
325 void *log_ctx)
349 if (dsh->version.major < 2 && log_ctx)
350 av_log(log_ctx, AV_LOG_WARNING, "Stream is old and may not work\n");
351 else if (dsh->version.major > 2 && log_ctx)
352 av_log(log_ctx, AV_LOG_WARNING, "Stream may have unhandled features\n");
376 ret = parse_source_parameters(dsh, &gb, log_ctx);
384 if (log_ctx) {
385 av_log(log_ctx, AV_LOG_ERROR, "Unsupported picture coding mode %d",
402 void *log_ctx)