Commit ef43b949 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpegvideo: remove empty comments

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1d3476f2
...@@ -172,7 +172,7 @@ typedef struct Picture{ ...@@ -172,7 +172,7 @@ typedef struct Picture{
int mb_var_sum; ///< sum of MB variance for current frame int mb_var_sum; ///< sum of MB variance for current frame
int mc_mb_var_sum; ///< motion compensated MB variance for current frame int mc_mb_var_sum; ///< motion compensated MB variance for current frame
int b_frame_score; /* */ int b_frame_score;
int needs_realloc; ///< Picture needs to be reallocated (eg due to a frame size change) int needs_realloc; ///< Picture needs to be reallocated (eg due to a frame size change)
int reference; int reference;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment