From 2d423666c0c01e26c64ab515078c0120945a85dc Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 16 Sep 2009 11:35:01 +0000 Subject: Make mov LPCM and AAC parsing functions public Originally committed as revision 19878 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 445a900b05..7799a09257 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -137,4 +137,8 @@ typedef struct MOVContext { int itunes_metadata; ///< metadata are itunes style } MOVContext; +int ff_mp4_read_descr_len(ByteIOContext *pb); +int ff_mov_read_esds(AVFormatContext *fc, ByteIOContext *pb, MOVAtom atom); +enum CodecID ff_mov_get_lpcm_codec_id(int bps, int flags); + #endif /* AVFORMAT_ISOM_H */ -- cgit v1.2.3