X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvoc.h;h=1fc6bb422743d5dbea97e749103e1d6656437150;hb=337f777f378cfcc0d6f0d01fb7125905e8b0da55;hp=1f9a8be00004047cdc4e84e7e54ddf0ce180cfd9;hpb=c6892f59eb0e9f2a9ec1f55b21a5841a60540e1f;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);