Skip to content

Commit

Permalink
(FFmpeg) Add more ffmpeg_sw_decoder_threads options
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 14, 2020
1 parent 76c6e01 commit 98b572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/libretro-ffmpeg/ffmpeg_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ void CORE_PREFIX(retro_set_environment)(retro_environment_t cb)
{ "ffmpeg_hw_decoder", "Use Hardware decoder (restart); off|auto|"
"cuda|d3d11va|drm|dxva2|mediacodec|opencl|qsv|vaapi|vdpau|videotoolbox" },
#endif
{ "ffmpeg_sw_decoder_threads", "Software decoder thread count (restart); auto|1|2|4|8|16" },
{ "ffmpeg_sw_decoder_threads", "Software decoder thread count (restart); auto|1|2|4|6|8|10|12|14|16" },
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)
{ "ffmpeg_temporal_interp", "Temporal Interpolation; disabled|enabled" },
#ifdef HAVE_GL_FFT
Expand Down

0 comments on commit 98b572d

Please sign in to comment.