summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
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 ) &&