summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-10-14 20:30:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-10-14 20:30:11 +0000
commit1fdcdf8d87fab4fde89b9bf5f81bbf6e088e0950 (patch)
tree0f41a3ed62ca7c921894a3d63ac936fb478f43a5
parent2e00584efc931937388c2e52f039892247877258 (diff)
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
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
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 */