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
a5e88058
Commit
a5e88058
authored
Oct 11, 2002
by
Fabrice Bellard
Browse files
corrected pixel format display
Originally committed as revision 1025 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a48b7a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavcodec/utils.c
View file @
a5e88058
...
...
@@ -220,7 +220,6 @@ AVCodec *avcodec_find(enum CodecID id)
}
const
char
*
pix_fmt_str
[]
=
{
"??"
,
"yuv420p"
,
"yuv422"
,
"rgb24"
,
...
...
@@ -229,9 +228,10 @@ const char *pix_fmt_str[] = {
"yuv444p"
,
"rgba32"
,
"bgra32"
,
"yuv410p"
"yuv410p"
,
"yuv411p"
,
};
void
avcodec_string
(
char
*
buf
,
int
buf_size
,
AVCodecContext
*
enc
,
int
encode
)
{
const
char
*
codec_name
;
...
...
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