lavf/dump: Fix a typo: comentary -> commentary.

Fixes ticket #7499.
This commit is contained in:
Carl Eugen Hoyos
2018-10-18 00:13:38 +02:00
parent 8baaed7889
commit feb05ffa99
2 changed files with 2 additions and 2 deletions

View File

@@ -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");