]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.h
lavfi/hflip: copy palette data in start_frame()
[ffmpeg] / libavcodec / rv34.h
index 4207ab45ddfb9c4f6a4947b193038628b24b8d49..6b8d36556f956dd27c9d1a50fe09cafa732f8eb7 100644 (file)
@@ -106,7 +106,9 @@ typedef struct RV34DecContext{
     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 mv_weight1, mv_weight2;
 
     uint16_t *cbp_luma;      ///< CBP values for luma subblocks
     uint8_t  *cbp_chroma;    ///< CBP values for chroma subblocks