diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-04 04:16:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-04 04:16:46 +0100 |
commit | a881b9aa08af79b4fb15b912842e203a732fa9af (patch) | |
tree | a4d61177bb9419e6cbc97e0b990e3d821bb5c628 /libavcodec/rv34.h | |
parent | 958e3119743169f64de0152ccecf2a10113b901d (diff) | |
download | ffmpeg-a881b9aa08af79b4fb15b912842e203a732fa9af.tar.gz |
avcodec/rv30: cleanup rpr handling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv34.h')
-rw-r--r-- | libavcodec/rv34.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 475f17a496..870164c6e5 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -102,7 +102,7 @@ typedef struct RV34DecContext{ int dmv[4][2]; ///< differential motion vectors for the current macroblock int rv30; ///< indicates which RV variasnt is currently decoded - int rpr; ///< one field size in RV30 slice header + int max_rpr; int cur_pts, last_pts, next_pts; int scaled_weight; |