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
57489bc5
Commit
57489bc5
authored
Nov 13, 2003
by
Ivan Kalvachev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence few warnings
Originally committed as revision 2514 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9515c0c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mpeg12.c
libavcodec/mpeg12.c
+2
-1
No files found.
libavcodec/mpeg12.c
View file @
57489bc5
...
@@ -68,12 +68,13 @@ static inline int mpeg2_decode_block_intra(MpegEncContext *s,
...
@@ -68,12 +68,13 @@ static inline int mpeg2_decode_block_intra(MpegEncContext *s,
DCTELEM
*
block
,
DCTELEM
*
block
,
int
n
);
int
n
);
static
int
mpeg_decode_motion
(
MpegEncContext
*
s
,
int
fcode
,
int
pred
);
static
int
mpeg_decode_motion
(
MpegEncContext
*
s
,
int
fcode
,
int
pred
);
static
void
exchange_uv
(
MpegEncContext
*
s
);
#ifdef HAVE_XVMC
#ifdef HAVE_XVMC
extern
int
XVMC_field_start
(
MpegEncContext
*
s
,
AVCodecContext
*
avctx
);
extern
int
XVMC_field_start
(
MpegEncContext
*
s
,
AVCodecContext
*
avctx
);
extern
int
XVMC_field_end
(
MpegEncContext
*
s
);
extern
int
XVMC_field_end
(
MpegEncContext
*
s
);
extern
void
XVMC_pack_pblocks
(
MpegEncContext
*
s
,
int
cbp
);
extern
void
XVMC_pack_pblocks
(
MpegEncContext
*
s
,
int
cbp
);
extern
void
XVMC_init_block
(
s
);
//set s->block
extern
void
XVMC_init_block
(
MpegEncContext
*
s
);
//set s->block
#endif
#endif
#ifdef CONFIG_ENCODERS
#ifdef CONFIG_ENCODERS
...
...
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