[FFmpeg-cvslog] avcodec/mpegvideo: remove empty comments
Michael Niedermayer
git at videolan.org
Thu May 23 14:53:11 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 23 14:43:42 2013 +0200| [ef43b9496b8824fe9ea98e80b66011db8a2d7ba1] | committer: Michael Niedermayer
avcodec/mpegvideo: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef43b9496b8824fe9ea98e80b66011db8a2d7ba1
---
libavcodec/mpegvideo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 9ede096..cbd01c4 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;
More information about the ffmpeg-cvslog
mailing list