changeset 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 4f555a34e00f
children f693666fbf9f
files h264.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 */