diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-01-05 19:10:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-05 19:10:42 +0000 |
commit | e9effafdf929571275dfd9efd30af7806bec1704 (patch) | |
tree | ed6973adff4fd84acb54da51c2014f695d0038fa /postproc/postprocess_internal.h | |
parent | f7b47594dca27fffed9d0314ac09ffc1316514b5 (diff) | |
download | ffmpeg-e9effafdf929571275dfd9efd30af7806bec1704.tar.gz |
YUV 411/422/444 support for pp
Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess_internal.h')
-rw-r--r-- | postproc/postprocess_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/postprocess_internal.h b/postproc/postprocess_internal.h index e95e5e76de..f45a0cf85b 100644 --- a/postproc/postprocess_internal.h +++ b/postproc/postprocess_internal.h @@ -119,6 +119,9 @@ typedef struct PPContext{ int cpuCaps; int stride; //size of some buffers (needed to realloc them if needed) + + int hChromaSubSample; + int vChromaSubSample; PPMode ppMode; } PPContext; |