diff options
author | Justin Ruggles | 2008-05-02 23:20:29 +0000 |
---|---|---|
committer | Justin Ruggles | 2008-05-02 23:20:29 +0000 |
commit | 97085fa154ba4efcfa97298eff0c1f467501c27b (patch) | |
tree | 35d129194a61ecb2bb4307e5fa39d0184f3e045a /libavcodec/flac.h | |
parent | c401efdefe4b882b501f7e745f7e4b5d98a7d223 (diff) |
include avcodec.h
Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r-- | libavcodec/flac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index da39456dcf..d9da14927c 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -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. |