summaryrefslogtreecommitdiff
path: root/libavformat/mtv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-23 14:46:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-23 14:46:01 +0200
commite8c26557a4eeeadfa13b1a5dba9b29a5f94378ee (patch)
treedb4dfcb42a2bb2f38c761ccc6f86f2d89bf3ec95 /libavformat/mtv.c
parentef43b9496b8824fe9ea98e80b66011db8a2d7ba1 (diff)
avformat/mtv: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mtv.c')
-rw-r--r--libavformat/mtv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/mtv.c b/libavformat/mtv.c
index 2b85a2068e..29c26c6811 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;