mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mpegvideo: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1d3476f258
commit
ef43b9496b
|
@ -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…
Reference in New Issue