diff options
author | ritsuka <[email protected]> | 2015-06-03 05:32:35 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-06-03 05:32:35 +0000 |
commit | d456488972ee764d1fcfc3e1c58ca0c009e2ef61 (patch) | |
tree | 5bbdc78303ef1d91e1c451481ea180a6bf9e77b8 /libhb/common.c | |
parent | ec8e83d8e32ebd43a5a7c2c4f5f5ca637a3f6140 (diff) |
Fix flac fallback for passthru
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7263 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 1 |
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; |