# HG changeset patch # User michael # Date 1224016211 0 # Node ID 58a16a83f4e22af9adba62bb571b3ea689fdab7d # Parent 4f555a34e00f96f134427ed0f27eba9ba631f9e0 Add variable to hold the svq3 watermarking key, patch by baptiste that is based on reverse engineering by chrono. diff -r 4f555a34e00f -r 58a16a83f4e2 h264.h --- a/h264.h Mon Oct 13 13:47:05 2008 +0000 +++ b/h264.h Tue Oct 14 20:30:11 2008 +0000 @@ -453,6 +453,7 @@ int mb_xy; + uint32_t svq3_watermark_key; }H264Context; #endif /* AVCODEC_H264_H */