Lines Matching refs:format
62 frame->format != pix_fmt) {
65 fprintf(stderr, "Error: Width, height and pixel format have to be "
67 "pixel format of the input video changed:\n"
68 "old: width = %d, height = %d, format = %s\n"
69 "new: width = %d, height = %d, format = %s\n",
72 av_get_pix_fmt_name(frame->format));
92 size_t unpadded_linesize = frame->nb_samples * av_get_bytes_per_sample(frame->format);
223 "sample format %s is not supported as output format\n",
245 /* open input file, and allocate format context */
353 printf("Warning: the sample format the decoder produced is planar "