38 lines
558 B
Java
38 lines
558 B
Java
package com.bumptech.glide.gifdecoder;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class GifHeader {
|
|
GifFrame d;
|
|
int f;
|
|
int g;
|
|
boolean h;
|
|
int i;
|
|
int j;
|
|
int k;
|
|
int l;
|
|
int m;
|
|
int[] a = null;
|
|
int b = 0;
|
|
int c = 0;
|
|
final List<GifFrame> e = new ArrayList();
|
|
|
|
public int a() {
|
|
return this.g;
|
|
}
|
|
|
|
public int b() {
|
|
return this.c;
|
|
}
|
|
|
|
public int c() {
|
|
return this.b;
|
|
}
|
|
|
|
public int d() {
|
|
return this.f;
|
|
}
|
|
}
|