avcodec/mpegvideo: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1d3476f258
commit
ef43b9496b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue