avcodec/huffyuv: add a field that represents the number of symbols

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-01-13 01:10:21 +01:00
parent 8173d1ffc0
commit 534a89478d
3 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ typedef struct HYuvContext {
int yuy2; //use yuy2 instead of 422P
int bgr32; //use bgr32 instead of bgr24
int bps;
int n; // 1<<bps
int alpha;
int chroma;
int yuv;