diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-11 00:18:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-11 00:18:33 +0000 |
commit | e7becfb25f51be119f909743dcc21dcb86771ac6 (patch) | |
tree | dd7d68ffa7b158bb09ae12ece73ec1ca27bd04ca /libpostproc/postprocess_internal.h | |
parent | d95442c03efb3e60baa76eaf13dddb76b943f58d (diff) | |
download | ffmpeg-e7becfb25f51be119f909743dcc21dcb86771ac6.tar.gz |
printf --> av_log with some help from Oded
Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r-- | libpostproc/postprocess_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 8f5c58a320..537d728c0c 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -119,6 +119,11 @@ typedef struct PPMode{ * postprocess context. */ typedef struct PPContext{ + /** + * info on struct for av_log + */ + AVClass *av_class; + uint8_t *tempBlocks; ///<used for the horizontal code /** |