comparison mpegaudiodecheader.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children c4a4495715dd
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
25 */ 25 */
26 26
27 #ifndef FFMPEG_MPEGAUDIODECHEADER_H 27 #ifndef FFMPEG_MPEGAUDIODECHEADER_H
28 #define FFMPEG_MPEGAUDIODECHEADER_H 28 #define FFMPEG_MPEGAUDIODECHEADER_H
29 29
30 #include "common.h" 30 #include "libavutil/common.h"
31 #include "mpegaudio.h" 31 #include "mpegaudio.h"
32 32
33 33
34 /* header decoding. MUST check the header before because no 34 /* header decoding. MUST check the header before because no
35 consistency check is done there. Return 1 if free format found and 35 consistency check is done there. Return 1 if free format found and