Skip to content

Commit

Permalink
prefer vdec/cine over vdec/lavd
Browse files Browse the repository at this point in the history
Since lavd now (since last commit) supports CFHD, prefer the dedicated
decoder over lavd (which has VDEC_PRIO_NORMAL /500/).
  • Loading branch information
MartinPulec committed May 28, 2024
1 parent be01424 commit fa67734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_decompress/cineform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ static int cineform_decompress_get_priority(codec_t compression, struct pixfmt_d
default:
return -1;
}
return 500;
return VDEC_PRIO_PREFERRED;
}

static const struct video_decompress_info cineform_info = {
Expand Down

0 comments on commit fa67734

Please sign in to comment.