Commit ab76a90e authored by michael's avatar michael

Add variable to hold the svq3 watermarking key,

patch by baptiste that is based on reverse engeneering by chrono.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15616 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dc0a2b2a
...@@ -453,6 +453,7 @@ typedef struct H264Context{ ...@@ -453,6 +453,7 @@ typedef struct H264Context{
int mb_xy; int mb_xy;
uint32_t svq3_watermark_key;
}H264Context; }H264Context;
#endif /* AVCODEC_H264_H */ #endif /* AVCODEC_H264_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment