changeset 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 5c14ea3f8950
children 263add3e2616
files utils.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 },