FFmpeg
h2645_vui.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_H2645_VUI_H
20 #define AVCODEC_H2645_VUI_H
21 
22 #include "libavutil/pixfmt.h"
23 #include "libavutil/rational.h"
24 
25 #include "get_bits.h"
26 
27 typedef struct H2645VUI {
31 
34 
42 
47 } H2645VUI;
48 
49 void ff_h2645_decode_common_vui_params(GetBitContext *gb, H2645VUI *vui, void *logctx);
50 
51 #endif /* AVCODEC_H2645_VUI_H */
AVColorTransferCharacteristic
AVColorTransferCharacteristic
Color Transfer Characteristic.
Definition: pixfmt.h:580
rational.h
H2645VUI::matrix_coeffs
enum AVColorSpace matrix_coeffs
Definition: h2645_vui.h:41
H2645VUI::sar
AVRational sar
Definition: h2645_vui.h:28
H2645VUI::colour_primaries
enum AVColorPrimaries colour_primaries
Definition: h2645_vui.h:39
AVColorPrimaries
AVColorPrimaries
Chromaticity coordinates of the source primaries.
Definition: pixfmt.h:555
ff_h2645_decode_common_vui_params
void ff_h2645_decode_common_vui_params(GetBitContext *gb, H2645VUI *vui, void *logctx)
Definition: h2645_vui.c:37
H2645VUI::video_full_range_flag
int video_full_range_flag
Definition: h2645_vui.h:37
H2645VUI::video_signal_type_present_flag
int video_signal_type_present_flag
Definition: h2645_vui.h:35
H2645VUI::chroma_loc_info_present_flag
int chroma_loc_info_present_flag
Definition: h2645_vui.h:43
GetBitContext
Definition: get_bits.h:108
H2645VUI::chroma_sample_loc_type_bottom_field
int chroma_sample_loc_type_bottom_field
Definition: h2645_vui.h:45
H2645VUI::chroma_sample_loc_type_top_field
int chroma_sample_loc_type_top_field
Definition: h2645_vui.h:44
H2645VUI::overscan_appropriate_flag
int overscan_appropriate_flag
Definition: h2645_vui.h:33
get_bits.h
H2645VUI::overscan_info_present_flag
int overscan_info_present_flag
Definition: h2645_vui.h:32
H2645VUI::colour_description_present_flag
int colour_description_present_flag
Definition: h2645_vui.h:38
AVRational
Rational number (pair of numerator and denominator).
Definition: rational.h:58
H2645VUI
Definition: h2645_vui.h:27
H2645VUI::transfer_characteristics
enum AVColorTransferCharacteristic transfer_characteristics
Definition: h2645_vui.h:40
H2645VUI::chroma_location
enum AVChromaLocation chroma_location
Definition: h2645_vui.h:46
AVChromaLocation
AVChromaLocation
Location of chroma samples.
Definition: pixfmt.h:702
H2645VUI::aspect_ratio_idc
int aspect_ratio_idc
Definition: h2645_vui.h:29
AVColorSpace
AVColorSpace
YUV colorspace type.
Definition: pixfmt.h:609
pixfmt.h
H2645VUI::aspect_ratio_info_present_flag
int aspect_ratio_info_present_flag
Definition: h2645_vui.h:30
H2645VUI::video_format
int video_format
Definition: h2645_vui.h:36