]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhddata.h
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / dnxhddata.h
index c402390224527651d00d0826da03a1884d703cc0..1bd028e0859ae46c1f7b2a7fefbdaad8d8b00292 100644 (file)
@@ -23,6 +23,7 @@
 #define FFMPEG_DNXHDDATA_H
 
 #include <stdint.h>
+#include "avcodec.h"
 
 typedef struct {
     int cid;
@@ -39,10 +40,12 @@ typedef struct {
     const uint8_t *ac_run_flag, *ac_index_flag;
     const uint16_t *run_codes;
     const uint8_t *run_bits, *run;
+    int bit_rates[5]; ///< Helpher to choose variants, rounded to nearest 5Mb/s
 } CIDEntry;
 
 extern const CIDEntry ff_dnxhd_cid_table[];
 
 int ff_dnxhd_get_cid_table(int cid);
+int ff_dnxhd_find_cid(AVCodecContext *avctx);
 
 #endif /* FFMPEG_DNXHDDATA_H */