Skip to content

Commit

Permalink
Fix missing interop enum type rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Jan 8, 2021
1 parent af9f991 commit 5bc3e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/opengl/mythopenglinterop.cpp
Expand Up @@ -36,7 +36,7 @@ void MythOpenGLInterop::GetTypes(MythRender* Render, InteropMap& Types)
return;

#ifdef USING_MEDIACODEC
Types[FMT_MEDIACODEC] = { MEDIACODEC };
Types[FMT_MEDIACODEC] = { GL_MEDIACODEC };
#endif

#ifdef USING_VDPAU
Expand Down

0 comments on commit 5bc3e4a

Please sign in to comment.