comparison pcm_tablegen.h @ 11967:4b2300246240 libavcodec

Remove unnecessary ../ from include directives
author mru
date Sat, 26 Jun 2010 20:28:44 +0000
parents 7d324b40c3d6
children
comparison
equal deleted inserted replaced
11966:7c0b1b1593d6 11967:4b2300246240
22 22
23 #ifndef PCM_TABLEGEN_H 23 #ifndef PCM_TABLEGEN_H
24 #define PCM_TABLEGEN_H 24 #define PCM_TABLEGEN_H
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 #include "../libavutil/attributes.h" 27 #include "libavutil/attributes.h"
28 28
29 /* from g711.c by SUN microsystems (unrestricted use) */ 29 /* from g711.c by SUN microsystems (unrestricted use) */
30 30
31 #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */ 31 #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */
32 #define QUANT_MASK (0xf) /* Quantization field mask. */ 32 #define QUANT_MASK (0xf) /* Quantization field mask. */