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/atrac.c | |
parent | 488b2984fece7ad0c2596826fee18e74aa904667 (diff) | |
download | ffmpeg-7df9e693a34c84c698da60426c78140c950f95ed.tar.gz |
cosmetics: Fix ATRAC codec name spelling
Diffstat (limited to 'libavcodec/atrac.c')
-rw-r--r-- | libavcodec/atrac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c index ebdbe818e0..6041a12b42 100644 --- a/libavcodec/atrac.c +++ b/libavcodec/atrac.c @@ -1,5 +1,5 @@ /* - * Atrac common functions + * ATRAC common functions * Copyright (c) 2006-2008 Maxim Poliakovski * Copyright (c) 2006-2008 Benjamin Larsson * |