include avcodec.h

Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2008-05-02 23:20:29 +00:00
parent c401efdefe
commit 97085fa154

View File

@ -27,6 +27,8 @@
#ifndef FFMPEG_FLAC_H
#define FFMPEG_FLAC_H
#include "avcodec.h"
/**
* Data needed from the Streaminfo header for use by the raw FLAC demuxer
* and/or the FLAC decoder.