summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index b583b2341..4a87f62de 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2014,7 +2014,8 @@ static int CheckOptions( int argc, char ** argv )
mux = HB_MUX_AVI;
default_acodec = HB_ACODEC_LAME;
}
- else if( !strcasecmp( format, "mp4" ) )
+ else if( !strcasecmp( format, "mp4" ) ||
+ !strcasecmp( format, "m4v" ) )
{
if ( h264_30 == 1)
mux = HB_MUX_IPOD;