mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
added mpeg4 as an available output codec
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user