]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/voc.h
MOV: Fix old-style muxed raw-audio data.
[ffmpeg] / libavformat / voc.h
index 3f995ad31ff8826e66e3813799f34b4e36a77e52..90178b3175c9a23820820f4eb5e31b6d25096b5f 100644 (file)
@@ -45,7 +45,7 @@ typedef enum voc_type {
 extern const unsigned char ff_voc_magic[21];
 extern const AVCodecTag ff_voc_codec_tags[];
 
-int voc_get_packet(AVFormatContext *s, AVPacket *pkt,
-                   AVStream *st, int max_size);
+int ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt,
+                      AVStream *st, int max_size);
 
 #endif /* AVFORMAT_VOC_H */