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
1cbc2890
Commit
1cbc2890
authored
Oct 10, 2002
by
Fabrice Bellard
Browse files
added mpeg in avi support
Originally committed as revision 1021 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5abdb4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libav/avienc.c
libav/avienc.c
+3
-0
No files found.
libav/avienc.c
View file @
1cbc2890
...
...
@@ -79,6 +79,9 @@ CodecTag codec_bmp_tags[] = {
{
CODEC_ID_DVVIDEO
,
MKTAG
(
'd'
,
'v'
,
's'
,
'd'
)
},
{
CODEC_ID_DVVIDEO
,
MKTAG
(
'D'
,
'V'
,
'S'
,
'D'
)
},
{
CODEC_ID_DVVIDEO
,
MKTAG
(
'd'
,
'v'
,
'h'
,
'd'
)
},
{
CODEC_ID_MPEG1VIDEO
,
MKTAG
(
'm'
,
'p'
,
'g'
,
'1'
)
},
{
CODEC_ID_MPEG1VIDEO
,
MKTAG
(
'm'
,
'p'
,
'g'
,
'2'
)
},
{
CODEC_ID_MPEG1VIDEO
,
MKTAG
(
'P'
,
'I'
,
'M'
,
'1'
)
},
{
0
,
0
},
};
...
...
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