lavc/dnxhd: ff_dnxhd_cid_table is not exported

Signed-off-by: James Almer <jamrial@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/80/merge
James Almer 10 years ago committed by Michael Niedermayer
parent 0a52bbdc31
commit 9f61d6d8fb
  1. 2
      libavcodec/dnxhddata.h

@ -46,7 +46,7 @@ typedef struct CIDEntry {
AVRational frame_rates[5];
} CIDEntry;
extern av_export const CIDEntry ff_dnxhd_cid_table[];
extern const CIDEntry ff_dnxhd_cid_table[];
int ff_dnxhd_get_cid_table(int cid);
int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);

Loading…
Cancel
Save