Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
66160bdb
Commit
66160bdb
authored
Dec 12, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: remove two extraneous semicolons.
parent
ee731c1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libx264.c
libavcodec/libx264.c
+1
-1
proresdec2.c
libavcodec/proresdec2.c
+1
-1
No files found.
libavcodec/libx264.c
View file @
66160bdb
...
...
@@ -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
)
{
...
...
libavcodec/proresdec2.c
View file @
66160bdb
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment