added mpeg4 as an available output codec

This commit is contained in:
Luke Pulverenti
2013-04-03 23:42:11 -04:00
parent 8397b37827
commit 5a3b5a58a5
4 changed files with 15 additions and 2 deletions

View File

@@ -428,6 +428,8 @@ namespace MediaBrowser.Api.Playback
{
return "wmav2";
}
return codec.ToString().ToLower();
}
return "copy";
@@ -460,6 +462,8 @@ namespace MediaBrowser.Api.Playback
{
return "libtheora";
}
return codec.ToString().ToLower();
}
return "copy";