Commit 131a1858 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/loco: use enum for mode variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 037b527d
...@@ -46,7 +46,7 @@ enum LOCO_MODE { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment