ffmpeg | branch: master | James Almer <[email protected]> | Wed Aug 13 00:34:17 2014 -0300| [9f61d6d8fb658ec5156f323d5c2264de5383b951] | committer: Michael Niedermayer
lavc/dnxhd: ff_dnxhd_cid_table is not exported Signed-off-by: James Almer <[email protected]> Reviewed-by: Hendrik Leppkes <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f61d6d8fb658ec5156f323d5c2264de5383b951 --- libavcodec/dnxhddata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 8166ee8..d5629e2 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); _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
