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
|
#define JV_PREAMBLE_SIZE 5
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int audio_size; /** audio packet size (bytes) */
|
int audio_size; /**< audio packet size (bytes) */
|
||||||
int video_size; /** video packet size (bytes) */
|
int video_size; /**< video packet size (bytes) */
|
||||||
int palette_size; /** palette size (bytes) */
|
int palette_size; /**< palette size (bytes) */
|
||||||
int video_type; /** per-frame video compression type */
|
int video_type; /**< per-frame video compression type */
|
||||||
} JVFrame;
|
} JVFrame;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user