Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-04-27 20:45:23 +0300
committerDiego Biurrun <diego@biurrun.de>2016-05-04 19:16:21 +0300
commit41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch)
tree146a086cf7c1881d55f9261b58138983e13af21c /libavcodec/rv34.h
parent5c31eaa9998b2185e0aa04d11adff128498dc14a (diff)
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/rv34.h')
-rw-r--r--libavcodec/rv34.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h
index c32c089cdd..0ac24bfaba 100644
--- a/libavcodec/rv34.h
+++ b/libavcodec/rv34.h
@@ -101,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