Files
ladybird/Tests/LibMedia/TestFFmpegAudioNormalization.cpp
Zaggy1024 b5eddc4ff0 LibMedia: Stop using av_find_best_stream() to select preferred tracks
Apparently this function uses a bitrate heuristic to determine which
track is best. We don't want or need that, so just select the first
track with default disposition (e.g. FlagDefault=1 in Matroska).
2026-04-01 02:54:22 -05:00

4.5 KiB