Change core name to ffmpeg_video

This commit is contained in:
twinaphex 2016-07-30 23:21:04 +02:00
parent 43a805eb74
commit 7c7fc07674

View File

@ -807,7 +807,7 @@ static bool content_push_to_history_playlist(
{
case CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU:
#ifdef HAVE_FFMPEG
core_name = "ffmpeg";
core_name = "ffmpeg_video";
core_path = "builtin";
break;
#else