diff options
author | Rodeo <[email protected]> | 2013-01-04 14:05:33 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-01-04 14:05:33 +0000 |
commit | 16bf6e9e82f97d6e866877013f30eeaea1a5a240 (patch) | |
tree | 1fcd40cf8fc255fa356e1fb6a382a943b0741edf /libhb/common.c | |
parent | ae13b6551611d91df517b187a28d5c13bcf82d08 (diff) |
CLI: avoid an #fidef.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5146 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 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__ |