diff options
author | James Almer <jamrial@gmail.com> | 2014-08-13 00:34:17 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-13 13:12:52 +0200 |
commit | 9f61d6d8fb658ec5156f323d5c2264de5383b951 (patch) | |
tree | 158fe31d7215039cbdb5fffec8bcb9830c53c3b9 /libavcodec | |
parent | 0a52bbdc3161cb2d0ff46da5d84be708054cf9e7 (diff) | |
download | ffmpeg-9f61d6d8fb658ec5156f323d5c2264de5383b951.tar.gz |
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>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dnxhddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 8166ee848f..d5629e25f1 100644 --- a/libavcodec/dnxhddata.h +++ b/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); |