]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/riff.h
Add 8088flex TMV file demuxer.
[ffmpeg] / libavformat / riff.h
index bd4e9f16ae3e9beefe9c26f0fef760455c898d7b..d287929eb8379eb6067beaac1b63218d8be5427f 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file riff.h
+ * @file libavformat/riff.h
  * internal header for RIFF based (de)muxers
  * do NOT include this in end user applications
  */
@@ -41,7 +41,7 @@ typedef struct AVCodecTag {
 
 void put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
 int put_wav_header(ByteIOContext *pb, AVCodecContext *enc);
-int wav_codec_get_id(unsigned int tag, int bps);
+enum CodecID wav_codec_get_id(unsigned int tag, int bps);
 void get_wav_header(ByteIOContext *pb, AVCodecContext *codec, int size);
 
 extern const AVCodecTag codec_bmp_tags[];