diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-05-05 14:18:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-03 13:55:54 +0200 |
commit | 8dfc6d1f7c33a482aba23e75870076f79b0ea485 (patch) | |
tree | aec288d7bb6ce4d6836d2b40d96256b42f887e07 /libavcodec/h264.h | |
parent | 1f94c31f69e6eb7eee80d0a3b42875261a18dcbe (diff) | |
download | ffmpeg-8dfc6d1f7c33a482aba23e75870076f79b0ea485.tar.gz |
svq3: Move svq3-specific fields to their own context.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 5c275e2de0..8c4f1ab21a 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -594,13 +594,6 @@ typedef struct H264Context{ // Timestamp stuff int sei_buffering_period_present; ///< Buffering period SEI flag int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs - - //SVQ3 specific fields - int halfpel_flag; - int thirdpel_flag; - int unknown_svq3_flag; - int next_slice_index; - uint32_t svq3_watermark_key; }H264Context; |