]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopusdec.c
Merge commit '885a9d6087315a85d98f7e89656ef01dc7104c4c'
[ffmpeg] / libavcodec / libopusdec.c
index bdc948c0c396b9e9a2890f4e1e3b0a81b1c8ef32..acc62f14d86fc9d369dc81c9a266fc67aa0d73c4 100644 (file)
@@ -79,7 +79,7 @@ static av_cold int libopus_decode_init(AVCodecContext *avc)
         const uint8_t *vorbis_offset = ff_vorbis_channel_layout_offsets[avc->channels - 1];
         int ch;
 
-        /* Remap channels from vorbis order to ffmpeg order */
+        /* Remap channels from Vorbis order to ffmpeg order */
         for (ch = 0; ch < avc->channels; ch++)
             mapping_arr[ch] = mapping[vorbis_offset[ch]];
         mapping = mapping_arr;