mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
Block a user