|
|
@@ -24,6 +24,7 @@ |
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
#include "avcodec.h" |
|
|
|
#include "libavutil/internal.h" |
|
|
|
|
|
|
|
typedef struct CIDEntry { |
|
|
|
int cid; |
|
|
@@ -44,7 +45,7 @@ typedef struct CIDEntry { |
|
|
|
int bit_rates[5]; ///< Helpher to choose variants, rounded to nearest 5Mb/s |
|
|
|
} CIDEntry; |
|
|
|
|
|
|
|
extern const CIDEntry ff_dnxhd_cid_table[]; |
|
|
|
extern av_export const CIDEntry ff_dnxhd_cid_table[]; |
|
|
|
|
|
|
|
int ff_dnxhd_get_cid_table(int cid); |
|
|
|
int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth); |
|
|
|