From 1fdcdf8d87fab4fde89b9bf5f81bbf6e088e0950 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 14 Oct 2008 20:30:11 +0000 Subject: Add variable to hold the svq3 watermarking key, patch by baptiste that is based on reverse engineering by chrono. Originally committed as revision 15616 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 85c29b651b..928aaa4dde 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -453,6 +453,7 @@ typedef struct H264Context{ int mb_xy; + uint32_t svq3_watermark_key; }H264Context; #endif /* AVCODEC_H264_H */ -- cgit v1.2.3