diff mbox

[FFmpeg-devel] lavf/dump: Fix a typo: comentary -> commentary

Message ID CAB0OVGpLd-vuLB9mTVsFJH-6FseqG_PGngdw9HOz_du=hfABfg@mail.gmail.com
State Accepted
Headers show

Commit Message

Carl Eugen Hoyos Oct. 17, 2018, 10:15 p.m. UTC
Hi!

Is there a reason to keep the wrong spelling?

Please comment, Carl Eugen

Comments

Michael Niedermayer Oct. 19, 2018, 12:01 a.m. UTC | #1
On Thu, Oct 18, 2018 at 12:15:40AM +0200, Carl Eugen Hoyos wrote:
> Hi!
> 
> Is there a reason to keep the wrong spelling?

i dont see a reason but maybe someone else does ...



[...]
Carl Eugen Hoyos Oct. 19, 2018, 6:20 p.m. UTC | #2
2018-10-19 2:01 GMT+02:00, Michael Niedermayer <michael@niedermayer.cc>:
> On Thu, Oct 18, 2018 at 12:15:40AM +0200, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Is there a reason to keep the wrong spelling?
>
> i dont see a reason but maybe someone else does ...

Patch applied.

Thank you, Carl Eugen
diff mbox

Patch

From 80a6b2f5d4a61e8a1fd198adfdd059c2d6bce1fa Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Date: Thu, 18 Oct 2018 00:13:38 +0200
Subject: [PATCH] lavf/dump: Fix a typo: comentary -> commentary.

Fixes ticket #7499.
---
 libavformat/dump.c    |    2 +-
 libavformat/version.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/dump.c b/libavformat/dump.c
index bc0f401..bb8c72f 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -293,7 +293,7 @@  static void dump_audioservicetype(void *ctx, AVPacketSideData *sd)
         av_log(ctx, AV_LOG_INFO, "dialogue");
         break;
     case AV_AUDIO_SERVICE_TYPE_COMMENTARY:
-        av_log(ctx, AV_LOG_INFO, "comentary");
+        av_log(ctx, AV_LOG_INFO, "commentary");
         break;
     case AV_AUDIO_SERVICE_TYPE_EMERGENCY:
         av_log(ctx, AV_LOG_INFO, "emergency");
diff --git a/libavformat/version.h b/libavformat/version.h
index e4a6907..e2d0cfd 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -33,7 +33,7 @@ 
 // Also please add any ticket numbers that you believe might be affected here
 #define LIBAVFORMAT_VERSION_MAJOR  58
 #define LIBAVFORMAT_VERSION_MINOR  19
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
-- 
1.7.10.4