Home
last modified time | relevance | path

Searched refs:AVERROR_INPUT_CHANGED (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Derror.h73 #define AVERROR_INPUT_CHANGED (-0x636e6701) ///< Input changed between calls. Reconfiguration … macro
Derror.c33 #define AVERROR_INPUT_AND_OUTPUT_CHANGED (AVERROR_INPUT_CHANGED | AVERROR_OUTPUT_CHANGED)
/third_party/ffmpeg/libswresample/
Dswresample_frame.c63 ret |= AVERROR_INPUT_CHANGED; in config_changed()
/third_party/ffmpeg/libavresample/
Dutils.c535 ret |= AVERROR_INPUT_CHANGED; in config_changed()
/third_party/ffmpeg/libavcodec/
Ddecode.c721 return AVERROR_INPUT_CHANGED; in avcodec_receive_frame()
/third_party/ffmpeg/doc/
Dcodecs.texi59 Error AVERROR_INPUT_CHANGED is returned when a frame is dropped.
DAPIchanges1208 Add AVERROR_INPUT_CHANGED and AVERROR_OUTPUT_CHANGED.