diff utils.c @ 9328:6a1ad1d933cd libavcodec

Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
author gb
date Wed, 01 Apr 2009 08:55:31 +0000
parents 9fd579338f23
children 54bc8a2727b0
line wrap: on
line diff
--- a/utils.c	Wed Apr 01 08:06:30 2009 +0000
+++ b/utils.c	Wed Apr 01 08:55:31 2009 +0000
@@ -1009,6 +1009,7 @@
     { "qcif",      176, 144 },
     { "cif",       352, 288 },
     { "4cif",      704, 576 },
+    { "16cif",    1408,1152 },
     { "qqvga",     160, 120 },
     { "qvga",      320, 240 },
     { "vga",       640, 480 },