comparison h264.h @ 8025:58a16a83f4e2 libavcodec

Add variable to hold the svq3 watermarking key, patch by baptiste that is based on reverse engineering by chrono.
author michael
date Tue, 14 Oct 2008 20:30:11 +0000
parents 58955234a2bd
children 2d3c7cd7d143
comparison
equal deleted inserted replaced
8024:4f555a34e00f 8025:58a16a83f4e2
451 int last_slice_type; 451 int last_slice_type;
452 /** @} */ 452 /** @} */
453 453
454 int mb_xy; 454 int mb_xy;
455 455
456 uint32_t svq3_watermark_key;
456 }H264Context; 457 }H264Context;
457 458
458 #endif /* AVCODEC_H264_H */ 459 #endif /* AVCODEC_H264_H */