]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhddata.h
avfilter/buffersrc: postpone removal of sws_param
[ffmpeg] / libavcodec / dnxhddata.h
index cfa6b0c99d6d4b054c1d714fd19b934205591f0f..898079cffc2d08bce725b189438b7620336d230c 100644 (file)
@@ -58,9 +58,7 @@ typedef struct CIDEntry {
     AVRational packet_scale;
 } CIDEntry;
 
-extern const CIDEntry ff_dnxhd_cid_table[];
-
-int ff_dnxhd_get_cid_table(int cid);
+const CIDEntry *ff_dnxhd_get_cid_table(int cid);
 int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
 void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel);