From 73875333f1f87367ab6de35688553b34f57866c9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Jun 2014 12:28:21 +0900 Subject: Fixed typo in comment. --- plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp index 826643b..96f8bfe 100644 --- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +++ b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp @@ -38,7 +38,7 @@ extern "C" { #endif // From libavcodec version 54.25, CodecID have been renamed to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*. -// This code can be simplyfied once all supported distros have updated to libavcodec version >=54.25 +// This code can be simplified once all supported distros have updated to libavcodec version >=54.25 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 25, 0) #define K3B_CODEC_ID_WMAV1 CODEC_ID_WMAV1 #define K3B_CODEC_ID_WMAV2 CODEC_ID_WMAV2 -- cgit v1.2.3