diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-10-14 20:30:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-10-14 20:30:11 +0000 |
commit | 1fdcdf8d87fab4fde89b9bf5f81bbf6e088e0950 (patch) | |
tree | 0f41a3ed62ca7c921894a3d63ac936fb478f43a5 /libavcodec | |
parent | 2e00584efc931937388c2e52f039892247877258 (diff) | |
download | ffmpeg-1fdcdf8d87fab4fde89b9bf5f81bbf6e088e0950.tar.gz |
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
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.h | 1 |
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 */ |