summaryrefslogtreecommitdiff
path: root/indra/media_plugins/libvlc/media_plugin_libvlc.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2016-05-10 17:16:24 -0700
committercallum_linden <none@none>2016-05-10 17:16:24 -0700
commitbceafa5062db394048312aa7fe0a7706fb9524b7 (patch)
treed096cdc49f8671bb12492f46dffaea2f590e02f2 /indra/media_plugins/libvlc/media_plugin_libvlc.cpp
parented73eae302d3178dd37163e74902fe149baa2c9c (diff)
working test button in web browser floater - video inverted
Diffstat (limited to 'indra/media_plugins/libvlc/media_plugin_libvlc.cpp')
-rw-r--r--indra/media_plugins/libvlc/media_plugin_libvlc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/libvlc/media_plugin_libvlc.cpp b/indra/media_plugins/libvlc/media_plugin_libvlc.cpp
index ceb42c0f13..08716e1a1c 100644
--- a/indra/media_plugins/libvlc/media_plugin_libvlc.cpp
+++ b/indra/media_plugins/libvlc/media_plugin_libvlc.cpp
@@ -289,7 +289,7 @@ void MediaPluginLibVLC::receiveMessage( const char* message_string )
message.setValueU32("internalformat", GL_RGB);
message.setValueU32("format", GL_BGRA_EXT);
message.setValueU32("type", GL_UNSIGNED_BYTE);
- message.setValueBoolean("coords_opengl", false);
+ message.setValueBoolean("coords_opengl", true);
sendMessage(message);
}
else if(message_name == "size_change")