summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-23 14:43:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-23 14:43:42 +0200
commitef43b9496b8824fe9ea98e80b66011db8a2d7ba1 (patch)
treee43b52fb1b523f8a4bda70da4cf7369050f3a354 /libavcodec/mpegvideo.h
parent1d3476f258f8fe0e30d9de6ba365bf22c113a525 (diff)
avcodec/mpegvideo: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
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;