diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index d2b30124a..5052231e6 100644 --- a/test/test.c +++ b/test/test.c @@ -3569,6 +3569,10 @@ static int get_acodec_for_string( char *codec ) { return HB_ACODEC_FAAC; } + else if( !strcasecmp( codec, "ffaac" ) ) + { + return HB_ACODEC_FFAAC; + } else if( !strcasecmp( codec, "vorbis") ) { return HB_ACODEC_VORBIS; |