]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / rv34.h
index 76232145c5363c6d5a48f3581a09850b482c5e57..e7a59c4bed449239d2743f77a6b5c7ec4db034ce 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