summaryrefslogtreecommitdiff
path: root/libavformat/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r--libavformat/voc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/voc.h b/libavformat/voc.h
index abd8fdbfff..1668618fda 100644
--- a/libavformat/voc.h
+++ b/libavformat/voc.h
@@ -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 */