X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvoc.h;h=1fc6bb422743d5dbea97e749103e1d6656437150;hb=339af976b6fd9c05d1e75e75a5323efdb3d6afa1;hp=1f9a8be00004047cdc4e84e7e54ddf0ce180cfd9;hpb=217ad40aef9eeeff4e805dec3e980fb16aec3345;p=ffmpeg diff --git a/libavformat/voc.h b/libavformat/voc.h index 1f9a8be0000..1fc6bb42274 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -45,6 +45,7 @@ typedef enum voc_type { extern const unsigned char ff_voc_magic[21]; extern const AVCodecTag ff_voc_codec_tags[]; +extern const AVCodecTag *const ff_voc_codec_tags_list[]; int ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size);