mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/loco: use enum for mode variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
037b527d62
commit
131a185826
@ -46,7 +46,7 @@ enum LOCO_MODE {
|
|||||||
typedef struct LOCOContext {
|
typedef struct LOCOContext {
|
||||||
AVCodecContext *avctx;
|
AVCodecContext *avctx;
|
||||||
int lossy;
|
int lossy;
|
||||||
int mode;
|
enum LOCO_MODE mode;
|
||||||
} LOCOContext;
|
} LOCOContext;
|
||||||
|
|
||||||
typedef struct RICEContext {
|
typedef struct RICEContext {
|
||||||
|
Loading…
Reference in New Issue
Block a user