avcodec/mpegvideo: remove empty comments

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/18/merge
Michael Niedermayer 12 years ago
parent 1d3476f258
commit ef43b9496b
  1. 2
      libavcodec/mpegvideo.h

@ -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;

Loading…
Cancel
Save