Skip to content
Snippets Groups Projects
Commit 41913a35 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne
Browse files

Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.

Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 828775e1
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,8 @@ The following abbreviations are recognized: ...@@ -360,6 +360,8 @@ The following abbreviations are recognized:
352x288 352x288
@item 4cif @item 4cif
704x576 704x576
@item 16cif
1408x1152
@item qqvga @item qqvga
160x120 160x120
@item qvga @item qvga
......
...@@ -1009,6 +1009,7 @@ static const VideoFrameSizeAbbr video_frame_size_abbrs[] = { ...@@ -1009,6 +1009,7 @@ static const VideoFrameSizeAbbr video_frame_size_abbrs[] = {
{ "qcif", 176, 144 }, { "qcif", 176, 144 },
{ "cif", 352, 288 }, { "cif", 352, 288 },
{ "4cif", 704, 576 }, { "4cif", 704, 576 },
{ "16cif", 1408,1152 },
{ "qqvga", 160, 120 }, { "qqvga", 160, 120 },
{ "qvga", 320, 240 }, { "qvga", 320, 240 },
{ "vga", 640, 480 }, { "vga", 640, 480 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment