Home
last modified time | relevance | path

Searched refs:AVFMT_NOSTREAMS (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dffmetaenc.c97 .flags = AVFMT_NOTIMESTAMPS | AVFMT_NOSTREAMS,
H A Davformat.h199 * - Unless the format is of the AVFMT_NOSTREAMS type, at least one stream must
486 #define AVFMT_NOSTREAMS 0x1000 /**< Format does not require any streams */ macro
526 * AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH,
H A Dmux.c203 if (s->nb_streams == 0 && !(of->flags & AVFMT_NOSTREAMS)) { in init_muxer()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2721 if (!oc->nb_streams && !(oc->oformat->flags & AVFMT_NOSTREAMS)) { in open_output_file()
2837 if (!(oc->oformat->flags & AVFMT_NOSTREAMS) && !input_stream_potentially_available) { in open_output_file()
H A Dffmpeg.c3356 if (output_files[i]->format->flags & AVFMT_NOSTREAMS && oc->nb_streams == 0) { in transcode_init()

Completed in 18 milliseconds