mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server, web): accepted codecs (#6460)
* chore: rebase * chore: open api --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
96b7885583
commit
8aef92affc
14 changed files with 181 additions and 10 deletions
|
|
@ -21,6 +21,16 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// List<AudioCodec> acceptedAudioCodecs (default value: const [])
|
||||
test('to test the property `acceptedAudioCodecs`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<VideoCodec> acceptedVideoCodecs (default value: const [])
|
||||
test('to test the property `acceptedVideoCodecs`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int bframes
|
||||
test('to test the property `bframes`', () async {
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue