Loading...
Searching...
No Matches
VideoPixelFormatAV.hpp
Go to the documentation of this file.
1#pragma once
2
35
36#include <score_plugin_gfx_export.h>
37
38extern "C" {
39#include <libavutil/pixfmt.h>
40}
41
42namespace score::gfx::interop
43{
44
48SCORE_PLUGIN_GFX_EXPORT
49AVPixelFormat toAVPixelFormat(VideoPixelFormat f) noexcept;
50
53SCORE_PLUGIN_GFX_EXPORT
54VideoPixelFormat fromAVPixelFormat(AVPixelFormat f) noexcept;
55
56} // namespace score::gfx::interop
Vendor-neutral pixel format vocabulary + descriptive metadata.
VideoPixelFormat
Definition VideoPixelFormat.hpp:229