Add TODO where I need to make this more generalized for video.

This commit is contained in:
DragonMinded 2016-01-30 19:47:15 +00:00
parent c55a8408af
commit 53cc49af69
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ void *VideoThread( void *state )
/* Play */
if( !loaded )
{
/* TODO: Search for videos based on prepended zero or not.
* Also accept any extension that we support.
*/
char syscall[256];
sprintf(syscall, "omxplayer -b --no-osd %s%02d.m4v >/dev/null &", private_state->dvd_path, arg);
exec_shell(syscall);