[Ffmpeg-cvslog] CVS: ffmpeg/libavformat dv.c,1.45,1.46

Diego Biurrun CVS diego
Sat Sep 3 14:57:23 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv1264/libavformat

Modified Files:
	dv.c 
Log Message:
typo: viedo --> video


Index: dv.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/dv.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- dv.c	2 Sep 2005 08:30:26 -0000	1.45
+++ dv.c	3 Sep 2005 12:57:21 -0000	1.46
@@ -67,7 +67,7 @@
      dv_audio_rectime = 0x53,
      dv_video_source  = 0x60,
      dv_video_control = 0x61,
-     dv_viedo_recdate = 0x62,
+     dv_video_recdate = 0x62,
      dv_video_rectime = 0x63,
      dv_unknown_pack  = 0xff,
 };
@@ -251,7 +251,7 @@
                     0x7f;     /* genre category */
 	  break;
     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 / 
 	       ((float)c->sys->frame_rate / (float)c->sys->frame_rate_base));
           brktimegm(ct, &tc);





More information about the ffmpeg-cvslog mailing list