]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mms.h
avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()
[ffmpeg] / libavformat / mms.h
index e85d59a24fb1e13d5e5cc8d5d84d31ebea0f7718..36e772c7f9c5dda497780cefcfe110b7953719c4 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVFORMAT_MMS_H
 #define AVFORMAT_MMS_H
 
-#include "avformat.h"
+#include "url.h"
 
 typedef struct {
     int id;
@@ -60,4 +60,5 @@ typedef struct {
 int ff_mms_asf_header_parser(MMSContext * mms);
 int ff_mms_read_data(MMSContext *mms, uint8_t *buf, const int size);
 int ff_mms_read_header(MMSContext * mms, uint8_t * buf, const int size);
-#endif
+
+#endif /* AVFORMAT_MMS_H */