Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -1009,6 +1009,7 @@ static const VideoFrameSizeAbbr video_frame_size_abbrs[] = {
|
||||
{ "qcif", 176, 144 },
|
||||
{ "cif", 352, 288 },
|
||||
{ "4cif", 704, 576 },
|
||||
{ "16cif", 1408,1152 },
|
||||
{ "qqvga", 160, 120 },
|
||||
{ "qvga", 320, 240 },
|
||||
{ "vga", 640, 480 },
|
||||
|
Reference in New Issue
Block a user