summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-31 02:56:31 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-11-08 09:40:44 +0100
commitba79a101a2f938e2d83ccc32aca5df6e27f1d8e6 (patch)
tree01036f01b9ce75a149093a6173a33df1d540b862 /libavcodec/dnxhddata.h
parentcd1ff3e45d45ce8d733b4acc8e23444c1a227d07 (diff)
downloadffmpeg-streaming-ba79a101a2f938e2d83ccc32aca5df6e27f1d8e6.zip
ffmpeg-streaming-ba79a101a2f938e2d83ccc32aca5df6e27f1d8e6.tar.gz
lavc/dnxhddata: Do not print frame rates with supported profiles.
The list is unmaintained, misleading and the frame rates are ignored by all compatible players.
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index c96c5e8..6de2c09 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -55,7 +55,6 @@ typedef struct CIDEntry {
const uint16_t *run_codes;
const uint8_t *run_bits, *run;
int bit_rates[5]; ///< Helper to choose variants, rounded to nearest 5Mb/s
- AVRational frame_rates[5];
AVRational packet_scale;
} CIDEntry;
OpenPOWER on IntegriCloud