mirror of https://git.ffmpeg.org/ffmpeg.git
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 {
|
||||
AVCodecContext *avctx;
|
||||
int lossy;
|
||||
int mode;
|
||||
enum LOCO_MODE mode;
|
||||
} LOCOContext;
|
||||
|
||||
typedef struct RICEContext {
|
||||
|
|
Loading…
Reference in New Issue