[FFmpeg-cvslog] avformat/mtv: remove empty comments

Michael Niedermayer git at videolan.org
Thu May 23 14:53:12 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 23 14:46:01 2013 +0200| [e8c26557a4eeeadfa13b1a5dba9b29a5f94378ee] | committer: Michael Niedermayer

avformat/mtv: remove empty comments

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8c26557a4eeeadfa13b1a5dba9b29a5f94378ee
---

 libavformat/mtv.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/mtv.c b/libavformat/mtv.c
index 2b85a20..29c26c6 100644
--- a/libavformat/mtv.c
+++ b/libavformat/mtv.c
@@ -42,10 +42,10 @@ typedef struct MTVDemuxContext {
     unsigned int audio_br;          ///< bitrate of audio channel (mp3)
     unsigned int img_colorfmt;      ///< frame colorfmt rgb 565/555
     unsigned int img_bpp;           ///< frame bits per pixel
-    unsigned int img_width;         //
-    unsigned int img_height;        //
+    unsigned int img_width;
+    unsigned int img_height;
     unsigned int img_segment_size;  ///< size of image segment
-    unsigned int video_fps;         //
+    unsigned int video_fps;
     unsigned int full_segment_size;
 
 } MTVDemuxContext;



More information about the ffmpeg-cvslog mailing list