diff avcodec.h @ 1151:1d2ced5e79f3 libavcodec

binary compatibility fix (workaround for r.147, r.148)
author nickols_k
date Mon, 24 Mar 2003 08:52:32 +0000
parents dde68a430ba9
children 5af9aeadbdc3
line wrap: on
line diff
--- a/avcodec.h	Sat Mar 22 12:09:02 2003 +0000
+++ b/avcodec.h	Mon Mar 24 08:52:32 2003 +0000
@@ -797,6 +797,10 @@
      */
     float dark_masking;
     
+    
+    /* for binary compatibility */
+    int unused;
+    
     /**
      * idct algorithm, see FF_IDCT_* below.
      * - encoding: set by user