[FFmpeg-cvslog] avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times more common one

Michael Niedermayer git at videolan.org
Tue Jun 28 03:25:34 CEST 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Jun 28 03:06:25 2016 +0200| [c0cb53cd1f91031f7d7a6f1387e9f19181cdfa3c] | committer: Michael Niedermayer

avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times more common one

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0cb53cd1f91031f7d7a6f1387e9f19181cdfa3c
---

 libavdevice/decklink_common.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp
index bd5ab91..b0f245f 100644
--- a/libavdevice/decklink_common.cpp
+++ b/libavdevice/decklink_common.cpp
@@ -154,7 +154,7 @@ int ff_decklink_set_format(AVFormatContext *avctx,
             if (res != S_OK)
                 av_log(avctx, AV_LOG_WARNING, "Setting duplex mode failed.\n");
             else
-                av_log(avctx, AV_LOG_VERBOSE, "Succesfully set duplex mode to %s duplex.\n", ctx->duplex_mode == 2 ? "full" : "half");
+                av_log(avctx, AV_LOG_VERBOSE, "Successfully set duplex mode to %s duplex.\n", ctx->duplex_mode == 2 ? "full" : "half");
         } else {
             av_log(avctx, AV_LOG_WARNING, "Unable to set duplex mode, because it is not supported.\n");
         }



More information about the ffmpeg-cvslog mailing list