OSDN Git Service

Add variable to hold the svq3 watermarking key,
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Oct 2008 20:30:11 +0000 (20:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Oct 2008 20:30:11 +0000 (20:30 +0000)
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

index 85c29b6..928aaa4 100644 (file)
@@ -453,6 +453,7 @@ typedef struct H264Context{
 
     int mb_xy;
 
+    uint32_t svq3_watermark_key;
 }H264Context;
 
 #endif /* AVCODEC_H264_H */