refactor(ffmpeg): remove dead conversion cluster and speculative decryption fields

This commit is contained in:
zarzet
2026-07-26 18:44:08 +07:00
parent 97758908ca
commit 50c8f0e454
3 changed files with 0 additions and 173 deletions
-1
View File
@@ -177,7 +177,6 @@ void main() {
expect(structured!.normalizedStrategy, 'ffmpeg.mov_key');
expect(structured.normalizedOutputExtension, '.m4a');
expect(structured.key, 'secret');
expect(structured.options['repair_ac4'], isTrue);
expect(legacy!.inputFormat, 'mov');
expect(legacy.normalizedOutputExtension, '.flac');
});