MythTV
master
|
#include "libmythui/opengl/mythrenderopengl.h"
#include "mythavutil.h"
#include "mythframe.h"
#include "libavutil/pixfmt.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | MythVideoTextureOpenGL |
Typedefs | |
using | VideoFramebuffer = std::pair< QOpenGLFramebufferObject *, MythVideoTextureOpenGL * > |
using VideoFramebuffer = std::pair<QOpenGLFramebufferObject*, MythVideoTextureOpenGL*> |
Definition at line 19 of file mythvideotextureopengl.h.