diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-23 14:43:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-23 14:43:42 +0200 |
commit | ef43b9496b8824fe9ea98e80b66011db8a2d7ba1 (patch) | |
tree | e43b52fb1b523f8a4bda70da4cf7369050f3a354 | |
parent | 1d3476f258f8fe0e30d9de6ba365bf22c113a525 (diff) | |
download | ffmpeg-ef43b9496b8824fe9ea98e80b66011db8a2d7ba1.tar.gz |
avcodec/mpegvideo: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 9ede0961a8..cbd01c4474 100644 --- a/libavcodec/mpegvideo.h +++ b/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; |