FFmpeg
lcevctab.c
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 #include "lcevctab.h"
20 
22  { 0, 0},
23  { 360, 200 }, { 400, 240 }, { 480, 320 }, { 640, 360 },
24  { 640, 480 }, { 768, 480 }, { 800, 600 }, { 852, 480 },
25  { 854, 480 }, { 856, 480 }, { 960, 540 }, { 960, 640 },
26  { 1024, 576 }, { 1024, 600 }, { 1024, 768 }, { 1152, 864 },
27  { 1280, 720 }, { 1280, 800 }, { 1280, 1024 }, { 1360, 768 },
28  { 1366, 768 }, { 1920, 1200 }, { 2048, 1080 }, { 2048, 1152 },
29  { 2048, 1536 }, { 2160, 1440 }, { 2560, 1440 }, { 2560, 1600 },
30  { 2560, 2048 }, { 3200, 1800 }, { 3200, 2048 }, { 3200, 2400 },
31  { 3440, 1440 }, { 3840, 1600 }, { 3840, 2160 }, { 3840, 2400 },
32  { 4096, 2160 }, { 4096, 3072 }, { 5120, 2880 }, { 5120, 3200 },
33  { 5120, 4096 }, { 6400, 4096 }, { 6400, 4800 }, { 7680, 4320 },
34  { 7680, 4800 },
35 };
ff_lcevc_resolution_type
const struct FFLCEVCDim ff_lcevc_resolution_type[63]
Definition: lcevctab.c:21
FFLCEVCDim
Definition: lcevctab.h:26
lcevctab.h