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
e1687cc0
Commit
e1687cc0
authored
Oct 09, 2002
by
Fabrice Bellard
Browse files
added DV support
Originally committed as revision 1017 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d017ab70
Changes
1
Hide whitespace changes
Inline
Side-by-side
libav/mov.c
View file @
e1687cc0
...
...
@@ -107,6 +107,8 @@ static const CodecTag mov_video_tags[] = {
{
CODEC_ID_MPEG4
,
MKTAG
(
'D'
,
'I'
,
'V'
,
'X'
)
},
/* OpenDiVX *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
/* { CODEC_ID_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */
{
CODEC_ID_H263
,
MKTAG
(
'h'
,
'2'
,
'6'
,
'3'
)
},
/* H263 */
{
CODEC_ID_DVVIDEO
,
MKTAG
(
'd'
,
'v'
,
'c'
,
' '
)
},
/* DV NTSC */
{
CODEC_ID_DVVIDEO
,
MKTAG
(
'd'
,
'v'
,
'c'
,
'p'
)
},
/* DV PAL */
{
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