comparison flac.h @ 6732:dc4f5c55af40 libavcodec

include avcodec.h
author jbr
date Fri, 02 May 2008 23:20:29 +0000
parents 071888974d8a
children c4a4495715dd
comparison
equal deleted inserted replaced
6731:998990a4cccd 6732:dc4f5c55af40
25 */ 25 */
26 26
27 #ifndef FFMPEG_FLAC_H 27 #ifndef FFMPEG_FLAC_H
28 #define FFMPEG_FLAC_H 28 #define FFMPEG_FLAC_H
29 29
30 #include "avcodec.h"
31
30 /** 32 /**
31 * Data needed from the Streaminfo header for use by the raw FLAC demuxer 33 * Data needed from the Streaminfo header for use by the raw FLAC demuxer
32 * and/or the FLAC decoder. 34 * and/or the FLAC decoder.
33 */ 35 */
34 #define FLACSTREAMINFO \ 36 #define FLACSTREAMINFO \