Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
5fe061a0
Commit
5fe061a0
authored
Dec 29, 2002
by
Michael Niedermayer
Browse files
better set pix_fmt explicitly
Originally committed as revision 1372 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a6a494fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
libavcodec/h263dec.c
libavcodec/h263dec.c
+1
-0
No files found.
libavcodec/h263dec.c
View file @
5fe061a0
...
...
@@ -56,6 +56,7 @@ int ff_h263_decode_init(AVCodecContext *avctx)
s
->
progressive_sequence
=
1
;
s
->
decode_mb
=
ff_h263_decode_mb
;
s
->
low_delay
=
1
;
avctx
->
pix_fmt
=
PIX_FMT_YUV420P
;
/* select sub codec */
switch
(
avctx
->
codec
->
id
)
{
...
...
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