Skip to content

Commit

Permalink
Dont use droidconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz authored and JamiKettunen committed Mar 10, 2021
1 parent 5e7bef5 commit ee5cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmp-droid-conv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ DroidColourConvert::GetConverter (DroidMediaCodecMetaData * md,
DroidColourConvert *converter;
*conv_name = "None";
DroidMediaConvert *droidConvert = droid_media_convert_create ();
if (droidConvert) {
if (0) {
//TODO: Check DONT_USE_DROID_CONVERT_VALUE quirk. May not be needed.
converter = new ConvertNative (droidConvert);
*conv_name = "ConvertNative";
Expand Down

0 comments on commit ee5cac0

Please sign in to comment.