summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 5f22fd1b0..7f6b13e5c 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1944,6 +1944,7 @@ int hb_audio_encoder_get_fallback_for_passthru(int passthru)
case HB_ACODEC_FLAC_PASS:
gid = HB_GID_ACODEC_FLAC;
+ break;
case HB_ACODEC_MP3_PASS:
gid = HB_GID_ACODEC_MP3;