diff options
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 29435b669..978972269 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -108,6 +108,7 @@ hb_encoder_t hb_video_encoders[] = }; int hb_video_encoders_count = sizeof(hb_video_encoders) / sizeof(hb_encoder_t); +// note: the first encoder in the list must be AAC hb_encoder_t hb_audio_encoders[] = { #ifdef __APPLE__ |