diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-02 20:21:49 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-02 21:38:57 +0200 |
commit | 7df9e693a34c84c698da60426c78140c950f95ed (patch) | |
tree | 8867cd27fed6dced62d17ca7a1067a10a2824275 /libavcodec/atrac3data.h | |
parent | 488b2984fece7ad0c2596826fee18e74aa904667 (diff) | |
download | ffmpeg-7df9e693a34c84c698da60426c78140c950f95ed.tar.gz |
cosmetics: Fix ATRAC codec name spelling
Diffstat (limited to 'libavcodec/atrac3data.h')
-rw-r--r-- | libavcodec/atrac3data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/atrac3data.h b/libavcodec/atrac3data.h index 40518ab9da..4f5c122021 100644 --- a/libavcodec/atrac3data.h +++ b/libavcodec/atrac3data.h @@ -1,5 +1,5 @@ /* - * Atrac 3 compatible decoder data + * ATRAC3 compatible decoder data * Copyright (c) 2006-2007 Maxim Poliakovski * Copyright (c) 2006-2007 Benjamin Larsson * @@ -22,7 +22,7 @@ /** * @file - * Atrac 3 AKA RealAudio 8 compatible decoder data + * ATRAC3 AKA RealAudio 8 compatible decoder data */ #ifndef AVCODEC_ATRAC3DATA_H |