Set core type to CORE_TYPE_VIDEO_PROCESSOR

This commit is contained in:
twinaphex 2016-07-28 20:41:51 +02:00
parent c578bc53ee
commit a625bf51ef

View File

@ -1711,7 +1711,7 @@ static int action_ok_start_video_processor_core(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx)
{
return generic_action_ok_file_load(NULL, NULL,
CORE_TYPE_FFMPEG,
CORE_TYPE_VIDEO_PROCESSOR,
CONTENT_MODE_LOAD_NOTHING_WITH_VIDEO_PROCESSOR_CORE_FROM_MENU);
}