mirror of
https://github.com/immich-app/immich.git
synced 2026-01-09 11:45:59 -08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user