comparison ac3dec.h @ 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 3cb3c85c8474
children 97383e012cb9
comparison
equal deleted inserted replaced
7469:856df346b536 7470:1a93d3bbe3ee
1 /* 1 /*
2 * Common code between AC3 and E-AC3 decoder 2 * Common code between the AC-3 and E-AC-3 decoders
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 ac3.h 23 * @file ac3.h
24 * Common code between AC3 and E-AC3 decoder. 24 * Common code between the AC-3 and E-AC-3 decoders.
25 */ 25 */
26 26
27 #ifndef FFMPEG_AC3DEC_H 27 #ifndef FFMPEG_AC3DEC_H
28 #define FFMPEG_AC3DEC_H 28 #define FFMPEG_AC3DEC_H
29 29