mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +00:00
exr: remove double ;;
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
1033807313
commit
fedefe4a87
@ -58,7 +58,7 @@ typedef struct EXRContext {
|
||||
int uncompressed_size;
|
||||
|
||||
uint8_t *tmp;
|
||||
int tmp_size;;
|
||||
int tmp_size;
|
||||
} EXRContext;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user