Commit 8d2cf872 authored by diego's avatar diego

typo: viedo --> video


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6921620a
...@@ -67,7 +67,7 @@ enum dv_pack_type { ...@@ -67,7 +67,7 @@ enum dv_pack_type {
dv_audio_rectime = 0x53, dv_audio_rectime = 0x53,
dv_video_source = 0x60, dv_video_source = 0x60,
dv_video_control = 0x61, dv_video_control = 0x61,
dv_viedo_recdate = 0x62, dv_video_recdate = 0x62,
dv_video_rectime = 0x63, dv_video_rectime = 0x63,
dv_unknown_pack = 0xff, dv_unknown_pack = 0xff,
}; };
...@@ -251,7 +251,7 @@ static int dv_write_pack(enum dv_pack_type pack_id, DVMuxContext *c, uint8_t* bu ...@@ -251,7 +251,7 @@ static int dv_write_pack(enum dv_pack_type pack_id, DVMuxContext *c, uint8_t* bu
0x7f; /* genre category */ 0x7f; /* genre category */
break; break;
case dv_audio_recdate: case dv_audio_recdate:
case dv_viedo_recdate: /* VAUX recording date */ case dv_video_recdate: /* VAUX recording date */
ct = c->start_time + (time_t)(c->frames / ct = c->start_time + (time_t)(c->frames /
((float)c->sys->frame_rate / (float)c->sys->frame_rate_base)); ((float)c->sys->frame_rate / (float)c->sys->frame_rate_base));
brktimegm(ct, &tc); brktimegm(ct, &tc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment