![]() |
Miam-Player
0.8.0
A nice music player
|
#include <mastering_display_metadata.h>
Public Attributes | |
AVRational | display_primaries [3][2] |
AVRational | white_point [2] |
AVRational | min_luminance |
AVRational | max_luminance |
int | has_primaries |
int | has_luminance |
Copyright (c) 2016 Neil Birkbeck neil. birk beck@ gmai l.com
This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Mastering display metadata capable of representing the color volume of the display used to master the content (SMPTE 2086:2014).
To be used as payload of a AVFrameSideData or AVPacketSideData with the appropriate type.
AVRational AVMasteringDisplayMetadata::display_primaries[3][2] |
CIE 1931 xy chromaticity coords of color primaries (r, g, b order).
int AVMasteringDisplayMetadata::has_luminance |
Flag indicating whether the luminance (min_ and max_) have been set.
int AVMasteringDisplayMetadata::has_primaries |
Flag indicating whether the display primaries (and white point) are set.
AVRational AVMasteringDisplayMetadata::max_luminance |
Max luminance of mastering display (cd/m^2).
AVRational AVMasteringDisplayMetadata::min_luminance |
Min luminance of mastering display (cd/m^2).
AVRational AVMasteringDisplayMetadata::white_point[2] |
CIE 1931 xy chromaticity coords of white point.