X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Futvideo.h;h=9da9329ff3387451edccf20f60dddbbb044619c2;hb=d7e0d428faaa04e2fd850eca82f314ca2ad3dfe5;hp=cf0bb28c44e10339a8b5925097a109bce30ec394;hpb=23ce57af3ad684363881cdd66d5724f40963a65c;p=ffmpeg diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h index cf0bb28c44e..9da9329ff33 100644 --- a/libavcodec/utvideo.h +++ b/libavcodec/utvideo.h @@ -61,9 +61,6 @@ enum { UTVIDEO_444 = MKTAG('Y', 'V', '2', '4'), }; -/* Mapping of libavcodec prediction modes to Ut Video's */ -extern const int ff_ut_pred_order[5]; - typedef struct UtvideoContext { const AVClass *class; AVCodecContext *avctx; @@ -91,14 +88,4 @@ typedef struct UtvideoContext { size_t control_stream_size[4][256]; } UtvideoContext; -typedef struct HuffEntry { - uint16_t sym; - uint8_t len; - uint32_t code; -} HuffEntry; - -/* Compare huffman tree nodes */ -int ff_ut_huff_cmp_len(const void *a, const void *b); -int ff_ut10_huff_cmp_len(const void *a, const void *b); - #endif /* AVCODEC_UTVIDEO_H */