diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-03 02:02:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-03 23:41:02 +0200 |
| commit | c2a17a87868eba87072fc369102b2b3cd8905e5a (patch) | |
| tree | 0f5b5e425476efca9ad297c5e65845ae31531ba6 /src/lib/ffmpeg_examiner.h | |
| parent | aee64f1b2c9252f8315eaead7d43e1ec58a39ee2 (diff) | |
Add PixelQuanta to VideoContent.
Diffstat (limited to 'src/lib/ffmpeg_examiner.h')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 793460f9b..f978eb52b 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -57,6 +57,8 @@ public: VideoRange range () const; + PixelQuanta pixel_quanta () const; + AVColorRange color_range () const { return video_codec_context()->color_range; } |
