From b565c05153f125254257619b857947abec3f78d8 Mon Sep 17 00:00:00 2001 From: MAULIK MK <214461757+maulik-mk@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:06:40 +0530 Subject: [PATCH] sync --- src/infrastructure/ffmpeg/encoding/flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/ffmpeg/encoding/flags.ts b/src/infrastructure/ffmpeg/encoding/flags.ts index 94e710c..fb54108 100644 --- a/src/infrastructure/ffmpeg/encoding/flags.ts +++ b/src/infrastructure/ffmpeg/encoding/flags.ts @@ -256,4 +256,4 @@ export function audioEncoderFlags(audio: AudioVariantMeta): string[] { } return flags; -} \ No newline at end of file +}