comparison pcm.c @ 1108:bfc18110d4b6 libavcodec

typos & cosmetics
author michaelni
date Thu, 06 Mar 2003 13:22:51 +0000
parents b32afefe7d33
children d7bb818768c5
comparison
equal deleted inserted replaced
1107:28f0e53706a7 1108:bfc18110d4b6
14 * 14 *
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19
20 /**
21 * @file pcm.c
22 * PCM codecs
23 */
24
19 #include "avcodec.h" 25 #include "avcodec.h"
20 26
21 /* from g711.c by SUN microsystems (unrestricted use) */ 27 /* from g711.c by SUN microsystems (unrestricted use) */
22 28
23 #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */ 29 #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */