diff h264.h @ 8025:58a16a83f4e2 libavcodec

Add variable to hold the svq3 watermarking key, patch by baptiste that is based on reverse engineering by chrono.
author michael
date Tue, 14 Oct 2008 20:30:11 +0000
parents 58955234a2bd
children 2d3c7cd7d143
line wrap: on
line diff
--- 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 */