diff postprocess_internal.h @ 29:2e855f3f4e0b libpostproc

printf --> av_log with some help from Oded
author diego
date Wed, 11 Oct 2006 00:18:33 +0000
parents da3bfee1fa67
children 72675332ed82
line wrap: on
line diff
--- a/postprocess_internal.h	Tue Oct 10 11:59:10 2006 +0000
+++ b/postprocess_internal.h	Wed Oct 11 00:18:33 2006 +0000
@@ -119,6 +119,11 @@
  * postprocess context.
  */
 typedef struct PPContext{
+        /**
+         * info on struct for av_log
+         */
+        AVClass *av_class;
+
         uint8_t *tempBlocks; ///<used for the horizontal code
 
         /**