# HG changeset patch # User nickols_k # Date 1048495952 0 # Node ID 1d2ced5e79f381ef422bcac7d35d81b030b560ae # Parent dde68a430ba984c1a48d2effb9ccc924d442f3e5 binary compatibility fix (workaround for r.147, r.148) diff -r dde68a430ba9 -r 1d2ced5e79f3 avcodec.h --- 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