X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmediacodecdec.h;h=646b628168c1ca60bd552f4b1fa696916783264b;hb=b316ebf46dd6b025bf116751cd6e0c6b0149f48c;hp=36fdbf54fe11b640329926201b27f5e7df46559d;hpb=98456d4d69e0fdcc328bb9e684ae776f5bc824e1;p=ffmpeg diff --git a/libavcodec/mediacodecdec.h b/libavcodec/mediacodecdec.h index 36fdbf54fe1..646b628168c 100644 --- a/libavcodec/mediacodecdec.h +++ b/libavcodec/mediacodecdec.h @@ -41,6 +41,7 @@ typedef struct MediaCodecDecContext { int started; int flushing; + int eos; int width; int height; @@ -53,8 +54,6 @@ typedef struct MediaCodecDecContext { int crop_left; int crop_right; - int queued_buffer_nb; - int queued_buffer_max; uint64_t dequeued_buffer_nb; int first_buffer;