FFmpeg
Loading...
Searching...
No Matches
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
48
49void ff_h2645_decode_common_vui_params(GetBitContext *gb, H2645VUI *vui, void *logctx);
50
51#endif /* AVCODEC_H2645_VUI_H */
bitstream reader API header.
void ff_h2645_decode_common_vui_params(GetBitContext *gb, H2645VUI *vui, void *logctx)
Definition h2645_vui.c:37
pixel format definitions
AVChromaLocation
Location of chroma samples.
Definition pixfmt.h:802
AVColorPrimaries
Chromaticity coordinates of the source primaries.
Definition pixfmt.h:642
AVColorTransferCharacteristic
Color Transfer Characteristic.
Definition pixfmt.h:672
AVColorSpace
YUV colorspace type.
Definition pixfmt.h:706
Utilities for rational number calculation.
Rational number (pair of numerator and denominator).
Definition rational.h:58
int overscan_appropriate_flag
Definition h2645_vui.h:33
AVRational sar
Definition h2645_vui.h:28
enum AVColorPrimaries colour_primaries
Definition h2645_vui.h:39
int video_signal_type_present_flag
Definition h2645_vui.h:35
enum AVColorTransferCharacteristic transfer_characteristics
Definition h2645_vui.h:40
int chroma_sample_loc_type_top_field
Definition h2645_vui.h:44
int video_format
Definition h2645_vui.h:36
int chroma_sample_loc_type_bottom_field
Definition h2645_vui.h:45
int chroma_loc_info_present_flag
Definition h2645_vui.h:43
int overscan_info_present_flag
Definition h2645_vui.h:32
int video_full_range_flag
Definition h2645_vui.h:37
enum AVColorSpace matrix_coeffs
Definition h2645_vui.h:41
int colour_description_present_flag
Definition h2645_vui.h:38
int aspect_ratio_info_present_flag
Definition h2645_vui.h:30
int aspect_ratio_idc
Definition h2645_vui.h:29
enum AVChromaLocation chroma_location
Definition h2645_vui.h:46