summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-07-17 13:10:27 -0300
committerJames Almer <jamrial@gmail.com>2016-07-17 13:10:27 -0300
commitd688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch)
treeeb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /libavdevice
parentf1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff)
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/dv1394.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c
index 9f02780e72..c3483010fa 100644
--- a/libavdevice/dv1394.c
+++ b/libavdevice/dv1394.c
@@ -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);