Solve no video bug

This commit is contained in:
Iwan Timmer
2014-08-19 10:56:26 +02:00
parent 47a3057827
commit 1a1b5205a7
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ public class ImxDecoder {
} catch (Throwable e) {
return false;
}
return false;
return true;
}
public static native int init();

View File

@@ -12,7 +12,7 @@ public class OmxDecoder {
} catch (Throwable e) {
return false;
}
return false;
return true;
}
public static native int init();