Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dframe.h559 #define AV_FRAME_FLAG_CORRUPT (1 << 0) macro
/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c1526 out->f->flags |= AV_FRAME_FLAG_CORRUPT; in h264_select_output_frame()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1916 if (ist->decoded_frame->decode_error_flags || (ist->decoded_frame->flags & AV_FRAME_FLAG_CORRUPT)) { in check_decode_result()

Completed in 12 milliseconds