Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-31 04:56:31 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-11-08 11:40:44 +0300
commitba79a101a2f938e2d83ccc32aca5df6e27f1d8e6 (patch)
tree01036f01b9ce75a149093a6173a33df1d540b862 /libavcodec/dnxhddata.h
parentcd1ff3e45d45ce8d733b4acc8e23444c1a227d07 (diff)
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 c96c5e8f65..6de2c0918e 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;