comparison ac3dec_data.c @ 7470:1a93d3bbe3ee libavcodec

cosmetics: make all references to AC-3 capitalized and hyphenated
author jbr
date Sun, 03 Aug 2008 16:42:32 +0000
parents f90b89217cc9
children 83c16f531a90
comparison
equal deleted inserted replaced
7469:856df346b536 7470:1a93d3bbe3ee
1 /* 1 /*
2 * AC3 and E-AC3 decoder tables 2 * AC-3 and E-AC-3 decoder tables
3 * Copyright (c) 2007 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> 3 * Copyright (c) 2007 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
4 * 4 *
5 * This file is part of FFmpeg. 5 * This file is part of FFmpeg.
6 * 6 *
7 * FFmpeg is free software; you can redistribute it and/or 7 * FFmpeg is free software; you can redistribute it and/or
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file ac3dec_data.c 23 * @file ac3dec_data.c
24 * tables taken directly from AC3 spec. 24 * tables taken directly from the AC-3 spec.
25 */ 25 */
26 26
27 #include "ac3dec_data.h" 27 #include "ac3dec_data.h"
28 #include "ac3.h" 28 #include "ac3.h"
29 29