Lines Matching refs:skip_cursor
59 int skip_cursor;
280 int skip_cursor = ctx->skip_cursor;
324 skip_cursor = 1;
326 if (!skip_cursor && tsize < 32) {
329 skip_cursor = 1;
335 if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
339 skip_cursor = 1;
342 if (!skip_cursor && (AV_RL16(src + 37) != 32 || AV_RL16(src + 39) != 32)) {
345 skip_cursor = 1;
348 if (!skip_cursor && avpkt->size < CURSOR_OFFSET + sizeof(ctx->cursor_buf)) {
349 skip_cursor = 1;
432 if (!skip_cursor) {
476 { "skip_cursor", "skip the cursor", offsetof(FICContext, skip_cursor), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },