diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-05-05 14:18:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-05 15:43:46 +0200 |
commit | 8811679c8e6bcb5911f4749594c31e7fd1f5dfff (patch) | |
tree | a7d29b49e54a889adffbd12fa873d872a59e0cfa /libavcodec/h264.h | |
parent | 175714c0c34025d642f529af5809dcb48c5ceb0c (diff) | |
download | ffmpeg-8811679c8e6bcb5911f4749594c31e7fd1f5dfff.tar.gz |
SVQ3: Move svq3 specific fields to their own context.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 efb11fd190..a1db628bdc 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; |