summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-01-26 12:45:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-27 18:44:16 +0100
commit5b83b2da08b4be31fc421a698ea649799e0848c7 (patch)
tree91ade6ed0e9483d38f9ae045cdcffd27993e7fd4 /libavcodec/dnxhddata.h
parent93d319a5826a2e682fbc4a7457bca2f7462a829b (diff)
lavc/dnxhddata: add frame_rates field to cid table
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index f1a6ec7a8f..7055e1ecc1 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -43,6 +43,7 @@ typedef struct CIDEntry {
const uint16_t *run_codes;
const uint8_t *run_bits, *run;
int bit_rates[5]; ///< Helpher to choose variants, rounded to nearest 5Mb/s
+ AVRational frame_rates[5];
} CIDEntry;
extern av_export const CIDEntry ff_dnxhd_cid_table[];