1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

exr: remove double ;;

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-07-13 21:14:01 +00:00
parent 1033807313
commit fedefe4a87

View File

@ -58,7 +58,7 @@ typedef struct EXRContext {
int uncompressed_size;
uint8_t *tmp;
int tmp_size;;
int tmp_size;
} EXRContext;
/**