]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/dv1394.c
Merge commit '536bb17e9659c5ed7576a218d4085cdd6d5742fa'
[ffmpeg] / libavdevice / dv1394.c
index 9f02780e72838a4c4ea4cb2d5de2bb9952d89a01..c3483010fa0dcbf57c8de2d278829ce48e6f72d4 100644 (file)
@@ -137,7 +137,7 @@ static int dv1394_read_packet(AVFormatContext *context, AVPacket *pkt)
                  * We have to reset :(.
                  */
 
-                av_log(context, AV_LOG_ERROR, "DV1394: Ring buffer overflow. Reseting ..\n");
+                av_log(context, AV_LOG_ERROR, "DV1394: Ring buffer overflow. Resetting ..\n");
 
                 dv1394_reset(dv);
                 dv1394_start(dv);
@@ -173,7 +173,7 @@ restart_poll:
         dv->done  = 0;
 
         if (s.dropped_frames) {
-            av_log(context, AV_LOG_ERROR, "DV1394: Frame drop detected (%d). Reseting ..\n",
+            av_log(context, AV_LOG_ERROR, "DV1394: Frame drop detected (%d). Resetting ..\n",
                     s.dropped_frames);
 
             dv1394_reset(dv);