Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
8dd2a893
Commit
8dd2a893
authored
Feb 25, 2005
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set supported pix_fmts
Originally committed as revision 3982 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a50ff23c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
mpegvideo.c
libavcodec/mpegvideo.c
+11
-0
No files found.
libavcodec/mpegvideo.c
View file @
8dd2a893
...
...
@@ -6466,6 +6466,7 @@ AVCodec h263_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
};
AVCodec
h263p_encoder
=
{
...
...
@@ -6476,6 +6477,7 @@ AVCodec h263p_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
};
AVCodec
flv_encoder
=
{
...
...
@@ -6486,6 +6488,7 @@ AVCodec flv_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
};
AVCodec
rv10_encoder
=
{
...
...
@@ -6496,6 +6499,7 @@ AVCodec rv10_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
};
AVCodec
rv20_encoder
=
{
...
...
@@ -6506,6 +6510,7 @@ AVCodec rv20_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
};
AVCodec
mpeg4_encoder
=
{
...
...
@@ -6516,6 +6521,7 @@ AVCodec mpeg4_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
.
options
=
mpeg4_options
,
.
capabilities
=
CODEC_CAP_DELAY
,
};
...
...
@@ -6528,6 +6534,7 @@ AVCodec msmpeg4v1_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
.
options
=
mpeg4_options
,
};
...
...
@@ -6539,6 +6546,7 @@ AVCodec msmpeg4v2_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
.
options
=
mpeg4_options
,
};
...
...
@@ -6550,6 +6558,7 @@ AVCodec msmpeg4v3_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
.
options
=
mpeg4_options
,
};
...
...
@@ -6561,6 +6570,7 @@ AVCodec wmv1_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUV420P
,
-
1
},
.
options
=
mpeg4_options
,
};
...
...
@@ -6572,6 +6582,7 @@ AVCodec mjpeg_encoder = {
MPV_encode_init
,
MPV_encode_picture
,
MPV_encode_end
,
.
pix_fmts
=
(
enum
PixelFormat
[]){
PIX_FMT_YUVJ420P
,
-
1
},
};
#endif //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