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
cleanup: remove two extraneous semicolons.
tags/n0.10
Clément Bœsch
14 years ago
parent
ee731c1ab0
commit
66160bdb01
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/libx264.c
+1
-1
libavcodec/proresdec2.c
+ 1
- 1
libavcodec/libx264.c
View File
@@ -245,7 +245,7 @@ static av_cold int X264_close(AVCodecContext *avctx)
"bad value for '%s': '%s'\n", opt, param); \
return -1; \
} \
} while (0)
;
} while (0)
static int convert_pix_fmt(enum PixelFormat pix_fmt)
{
+ 1
- 1
libavcodec/proresdec2.c
View File
@@ -277,7 +277,7 @@ static int decode_picture_header(AVCodecContext *avctx, const uint8_t *buf, cons
val = q; \
SKIP_BITS(re, gb, q+1); \
} \
} while (0)
; \
} while (0)
#define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1)))
Write
Preview
Loading…
Cancel
Save