avcodec/mpegvideo: remove empty comments

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-23 14:43:42 +02:00
parent 1d3476f258
commit ef43b9496b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ typedef struct Picture{
int mb_var_sum; ///< sum of 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 reference;