[FFmpeg-devel] [PATCH] avutil/parseutils: add more resolutions.
Timothy Gu
timothygu99 at gmail.com
Sat Oct 5 22:05:00 CEST 2013
On Saturday, October 5, 2013, Stefano Sabatini wrote:
> On date Friday 2013-10-04 17:25:24 -0300, Niv Sardi encoded:
> > See http://en.wikipedia.org/wiki/Graphics_display_resolution
> >
> > Signed-off-by: Niv Sardi <xaiki at evilgiggle.com <javascript:;>>
> > ---
> > libavutil/parseutils.c | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c
> > index 5797e9e..1c25e65 100644
> > --- a/libavutil/parseutils.c
> > +++ b/libavutil/parseutils.c
> > @@ -115,6 +115,12 @@ static const VideoSizeAbbr video_size_abbrs[] = {
> > { "4k", 4096,2160 }, /* Digital Cinema System Specification */
> > { "4kflat", 3996,2160 },
> > { "4kscope", 4096,1716 },
>
> > + { "nhd", 640,360 },
> > + { "hqvga", 240,160 },
> > + { "wqvga", 400,240 },
>
>
> > + { "fqvga", 432,240 },
>
> can't find this on the linked page
It should be fwqvga.
>
> > + { "hvga", 480,320 },
> > + { "qhd", 960,540 },
>
> Missing updates in doc/utils.texi.
>
Timothy
More information about the ffmpeg-devel
mailing list