mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/jvdec: fix doxygen comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8870cf7c0e
commit
682f0035fb
|
@ -33,10 +33,10 @@
|
|||
#define JV_PREAMBLE_SIZE 5
|
||||
|
||||
typedef struct {
|
||||
int audio_size; /** audio packet size (bytes) */
|
||||
int video_size; /** video packet size (bytes) */
|
||||
int palette_size; /** palette size (bytes) */
|
||||
int video_type; /** per-frame video compression type */
|
||||
int audio_size; /**< audio packet size (bytes) */
|
||||
int video_size; /**< video packet size (bytes) */
|
||||
int palette_size; /**< palette size (bytes) */
|
||||
int video_type; /**< per-frame video compression type */
|
||||
} JVFrame;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue