This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
exr: remove double ;;
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.0
Paul B Mahol
13 years ago
parent
1033807313
commit
fedefe4a87
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/exr.c
+ 1
- 1
libavcodec/exr.c
View File
@@ -58,7 +58,7 @@ typedef struct EXRContext {
int uncompressed_size;
uint8_t *tmp;
int tmp_size;
;
int tmp_size;
} EXRContext;
/**
Write
Preview
Loading…
Cancel
Save