diff options
author | Rodeo <[email protected]> | 2011-09-19 21:51:00 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2011-09-19 21:51:00 +0000 |
commit | d522dcb3ab53099ad4e6d7546037a588de3adad3 (patch) | |
tree | 2598d01cf760cdac4d73ed675719957096730d47 /libhb/common.c | |
parent | a3367322b982a61975df2a28307455d16a7ab081 (diff) |
MacGui: since Auto Passthru isn't enabled yet, we still need to fall back to AC3 Passthru when loading a preset.
Also, update an outdated comment.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4238 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index f320ff2c1..ce0f1a7f6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -171,7 +171,7 @@ int hb_autopassthru_get_encoder( int in_codec, int copy_mask, int fallback, int int i; int out_codec = ( copy_mask & in_codec ) | HB_ACODEC_PASS_FLAG; // sanitize fallback encoder and selected passthru - // note: invalid fallbacks are caught in work.c + // note: invalid fallbacks are caught in hb_autopassthru_apply_settings for( i = 0; i < hb_audio_encoders_count; i++ ) { if( ( hb_audio_encoders[i].encoder == fallback ) && |