[FFmpeg-cvslog] r15616 - trunk/libavcodec/h264.h
michael
subversion
Tue Oct 14 22:30:12 CEST 2008
Author: michael
Date: Tue Oct 14 22:30:11 2008
New Revision: 15616
Log:
Add variable to hold the svq3 watermarking key,
patch by baptiste that is based on reverse engeneering by chrono.
Modified:
trunk/libavcodec/h264.h
Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h (original)
+++ trunk/libavcodec/h264.h Tue Oct 14 22:30:11 2008
@@ -453,6 +453,7 @@ typedef struct H264Context{
int mb_xy;
+ uint32_t svq3_watermark_key;
}H264Context;
#endif /* AVCODEC_H264_H */
More information about the ffmpeg-cvslog
mailing list