FFmpeg
lcevctab.h
Go to the documentation of this file.
1 /*
2  * This file is part of FFmpeg.
3  *
4  * FFmpeg is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * FFmpeg is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with FFmpeg; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #ifndef AVCODEC_LCEVCTAB_H
20 #define AVCODEC_LCEVCTAB_H
21 
22 static const struct {
23  int width;
24  int height;
26  { 0, 0},
27  { 360, 200 }, { 400, 240 }, { 480, 320 }, { 640, 360 },
28  { 640, 480 }, { 768, 480 }, { 800, 600 }, { 852, 480 },
29  { 854, 480 }, { 856, 480 }, { 960, 540 }, { 960, 640 },
30  { 1024, 576 }, { 1024, 600 }, { 1024, 768 }, { 1152, 864 },
31  { 1280, 720 }, { 1280, 800 }, { 1280, 1024 }, { 1360, 768 },
32  { 1366, 768 }, { 1920, 1200 }, { 2048, 1080 }, { 2048, 1152 },
33  { 2048, 1536 }, { 2160, 1440 }, { 2560, 1440 }, { 2560, 1600 },
34  { 2560, 2048 }, { 3200, 1800 }, { 3200, 2048 }, { 3200, 2400 },
35  { 3440, 1440 }, { 3840, 1600 }, { 3840, 2160 }, { 3840, 2400 },
36  { 4096, 2160 }, { 4096, 3072 }, { 5120, 2880 }, { 5120, 3200 },
37  { 5120, 4096 }, { 6400, 4096 }, { 6400, 4800 }, { 7680, 4320 },
38  { 7680, 4800 },
39 };
40 
41 #endif /* AVCODEC_LCEVCTAB_H */
ff_lcevc_resolution_type
static const struct @177 ff_lcevc_resolution_type[63]
AVFrame::width
int width
Definition: frame.h:499
AVFrame::height
int height
Definition: frame.h:499