Home
last modified time | relevance | path

Searched refs:AVSTREAM_INIT_IN_WRITE_HEADER (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h2324 #define AVSTREAM_INIT_IN_WRITE_HEADER 0 ///< stream parameters initialized in avformat_write_header macro
2338 * @return AVSTREAM_INIT_IN_WRITE_HEADER on success if the codec had not already been fully initialized in avformat_init,
2360 * @return AVSTREAM_INIT_IN_WRITE_HEADER on success if the codec requires avformat_write_header to fully initialize,
H A Dsegment.c792 if (ret == AVSTREAM_INIT_IN_WRITE_HEADER) { in seg_init()
H A Dmux.c451 return AVSTREAM_INIT_IN_WRITE_HEADER; in avformat_init_output()

Completed in 8 milliseconds