35 lines
760 B
Java
35 lines
760 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class zju extends BrP {
|
||
|
private static final HashMap<Integer, String> b;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
b = hashMap;
|
||
|
hashMap.put(1, "Major Brand");
|
||
|
hashMap.put(2, "Minor Version");
|
||
|
hashMap.put(3, "Compatible Brands");
|
||
|
hashMap.put(4, "Width");
|
||
|
hashMap.put(5, "Height");
|
||
|
hashMap.put(6, "Rotation");
|
||
|
hashMap.put(7, "Bits Per Channel");
|
||
|
}
|
||
|
|
||
|
public zju() {
|
||
|
a(new xQK(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return b;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "HEIF";
|
||
|
}
|
||
|
}
|