Commit e8c26557 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mtv: remove empty comments

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ef43b949
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment