Browse Source

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
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
1fdcdf8d87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h264.h

+ 1
- 0
libavcodec/h264.h View File

@@ -453,6 +453,7 @@ typedef struct H264Context{

int mb_xy;

uint32_t svq3_watermark_key;
}H264Context;

#endif /* AVCODEC_H264_H */

Loading…
Cancel
Save