mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avformat/mtv: remove empty comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ef43b9496b
commit
e8c26557a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user