openMSX
laserdisc
yuv2rgb.hh
Go to the documentation of this file.
1
#ifndef YUV2RGB_HH
2
#define YUV2RGB_HH
3
4
#include <theora/theoradec.h>
5
6
namespace
openmsx
{
7
8
class
RawFrame;
9
10
namespace
yuv2rgb {
11
12
void
convert
(
const
th_ycbcr_buffer& input, RawFrame& output);
13
14
}
// namespace yuv2rgb
15
}
// namespace openmsx
16
17
#endif
openmsx::yuv2rgb::convert
void convert(const th_ycbcr_buffer &input, RawFrame &output)
Definition
yuv2rgb.cc:339
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
Generated on Thu Dec 19 2024 23:13:46 for openMSX by
1.9.8