Home
last modified time | relevance | path

Searched refs:skip_cursor (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfic.c59 int skip_cursor; member
280 int skip_cursor = ctx->skip_cursor; in fic_decode_frame() local
324 skip_cursor = 1; in fic_decode_frame()
326 if (!skip_cursor && tsize < 32) { in fic_decode_frame()
329 skip_cursor = 1; in fic_decode_frame()
335 if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) { in fic_decode_frame()
339 skip_cursor = 1; in fic_decode_frame()
342 if (!skip_cursor && (AV_RL16(src + 37) != 32 || AV_RL16(src + 39) != 32)) { in fic_decode_frame()
345 skip_cursor in fic_decode_frame()
[all...]
H A Drasc.c51 int skip_cursor; member
742 if (!s->skip_cursor) in decode_frame()
789 { "skip_cursor", "skip the cursor", offsetof(RASCContext, skip_cursor), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },

Completed in 2 milliseconds