Lines Matching defs:file
4 * This file is part of FFmpeg.
22 * @file
286 /* When a frame is read from a file, examine all sub2video streams in
287 the same file and send the sub2video frame again. Otherwise, decoded
633 "Error closing vstats file, loss of information possible: %s\n",
1434 av_log(NULL, AV_LOG_VERBOSE, "Input file #%d (%s):\n",
1468 av_log(NULL, AV_LOG_VERBOSE, "Output file #%d (%s):\n",
1498 av_log(NULL, AV_LOG_WARNING, "Output file is empty, nothing was encoded ");
2193 "of this file to https://streams.videolan.org/upload/ "
3263 InputFile *file = input_files[input_index];
3264 AVStream *st = file->ctx->streams[pkt->stream_index];
3266 if (pkt->stream_index < file->nb_streams_warn)
3268 av_log(file->ctx, AV_LOG_WARNING,
3273 file->nb_streams_warn = pkt->stream_index + 1;
3385 /* an attached file */
3891 * - AVERROR(EAGAIN) -- no packets were available for selected file,
4325 * The following code is the main loop of the file converter
4404 av_log(NULL, AV_LOG_ERROR, "Error closing file %s: %s\n", os->url, av_err2str(ret));
4548 /* file converter / grab */
4550 av_log(NULL, AV_LOG_FATAL, "At least one output file must be specified\n");