Pass through the correct refresh rate now that people are doing sensible things with it

This commit is contained in:
Cameron Gutman 2015-02-13 17:07:14 -05:00
parent 95c82c5cc5
commit 2d5328fc24

View File

@ -122,7 +122,7 @@ public class VideoStream {
if (decRend != null) {
try {
if (!decRend.setup(context.streamConfig.getWidth(), context.streamConfig.getHeight(),
60, renderTarget, drFlags)) {
context.streamConfig.getRefreshRate(), renderTarget, drFlags)) {
return false;
}