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
0b60f3bd
Commit
0b60f3bd
authored
Jan 07, 2010
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 more if(CONFIG_*_DECODER)
Originally committed as revision 21055 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d7525cba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
h263dec.c
libavcodec/h263dec.c
+2
-2
No files found.
libavcodec/h263dec.c
View file @
0b60f3bd
...
...
@@ -405,7 +405,7 @@ retry:
ret
=
ff_wmv2_decode_picture_header
(
s
);
}
else
if
(
CONFIG_MSMPEG4_DECODER
&&
s
->
msmpeg4_version
)
{
ret
=
msmpeg4_decode_picture_header
(
s
);
}
else
if
(
s
->
h263_pred
)
{
}
else
if
(
CONFIG_MPEG4_DECODER
&&
s
->
h263_pred
)
{
if
(
s
->
avctx
->
extradata_size
&&
s
->
picture_number
==
0
){
GetBitContext
gb
;
...
...
@@ -413,7 +413,7 @@ retry:
ret
=
ff_mpeg4_decode_picture_header
(
s
,
&
gb
);
}
ret
=
ff_mpeg4_decode_picture_header
(
s
,
&
s
->
gb
);
}
else
if
(
s
->
codec_id
==
CODEC_ID_H263I
)
{
}
else
if
(
CONFIG_H263I_DECODER
&&
s
->
codec_id
==
CODEC_ID_H263I
)
{
ret
=
ff_intel_h263_decode_picture_header
(
s
);
}
else
if
(
CONFIG_FLV_DECODER
&&
s
->
h263_flv
)
{
ret
=
ff_flv_decode_picture_header
(
s
);
...
...
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