Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d156a7b7
Commit
d156a7b7
authored
Sep 03, 2005
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo: viedo --> video
Originally committed as revision 4553 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d3a9f798
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dv.c
libavformat/dv.c
+2
-2
No files found.
libavformat/dv.c
View file @
d156a7b7
...
...
@@ -67,7 +67,7 @@ enum dv_pack_type {
dv_audio_rectime
=
0x53
,
dv_video_source
=
0x60
,
dv_video_control
=
0x61
,
dv_vi
ed
o_recdate
=
0x62
,
dv_vi
de
o_recdate
=
0x62
,
dv_video_rectime
=
0x63
,
dv_unknown_pack
=
0xff
,
};
...
...
@@ -251,7 +251,7 @@ static int dv_write_pack(enum dv_pack_type pack_id, DVMuxContext *c, uint8_t* bu
0x7f
;
/* genre category */
break
;
case
dv_audio_recdate
:
case
dv_vi
ed
o_recdate
:
/* VAUX recording date */
case
dv_vi
de
o_recdate
:
/* VAUX recording date */
ct
=
c
->
start_time
+
(
time_t
)(
c
->
frames
/
((
float
)
c
->
sys
->
frame_rate
/
(
float
)
c
->
sys
->
frame_rate_base
));
brktimegm
(
ct
,
&
tc
);
...
...
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