summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
diff options
context:
space:
mode:
authorFrancesco Lavra <francescolavra@interfree.it>2010-05-22 16:01:32 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-05-22 16:01:32 +0000
commit80b39e1ca6e4711e2094c1a0f20a188e8751c941 (patch)
treea9ed7551e0fe9c80dd62d2b76ec8bca156ad92b4 /libavformat/riff.h
parent83c27079089270a65e53394b7e6b4ae8b94a6e6d (diff)
Move AVCodecTag from riff.h into internal.h.
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r--libavformat/riff.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h
index 69146a8834..64d9eb6e3d 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -30,15 +30,11 @@
#include "libavcodec/avcodec.h"
#include "avio.h"
+#include "internal.h"
int64_t ff_start_tag(ByteIOContext *pb, const char *tag);
void ff_end_tag(ByteIOContext *pb, int64_t start);
-typedef struct AVCodecTag {
- enum CodecID id;
- unsigned int tag;
-} AVCodecTag;
-
void ff_put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
int ff_put_wav_header(ByteIOContext *pb, AVCodecContext *enc);
enum CodecID ff_wav_codec_get_id(unsigned int tag, int bps);