X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv34.h;h=0ac24bfaba4e0d440680964b7353ea3572f69dff;hb=752ddb45569ffe278393cd853b70f18ae017219e;hp=f40e2828ab3f293a4237f055cccd4f0c301e48b0;hpb=df9b9567518f2840d79a4a96b447ebe1aa326408;p=ffmpeg diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index f40e2828ab3..0ac24bfaba4 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -28,7 +28,6 @@ #define AVCODEC_RV34_H #include "avcodec.h" -#include "dsputil.h" #include "mpegvideo.h" #include "h264pred.h" @@ -102,12 +101,12 @@ typedef struct RV34DecContext{ int is16; ///< current block has additional 16x16 specific features or not int dmv[4][2]; ///< differential motion vectors for the current macroblock - int rv30; ///< indicates which RV variasnt is currently decoded + int rv30; ///< indicates which RV variant is currently decoded int rpr; ///< one field size in RV30 slice header int cur_pts, last_pts, next_pts; int scaled_weight; - int weight1, weight2; ///< B frame distance fractions (0.14) used in motion compensation + int weight1, weight2; ///< B-frame distance fractions (0.14) used in motion compensation int mv_weight1, mv_weight2; uint16_t *cbp_luma; ///< CBP values for luma subblocks