diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-31 02:56:31 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-11-08 09:40:44 +0100 |
commit | ba79a101a2f938e2d83ccc32aca5df6e27f1d8e6 (patch) | |
tree | 01036f01b9ce75a149093a6173a33df1d540b862 /libavcodec/dnxhddata.h | |
parent | cd1ff3e45d45ce8d733b4acc8e23444c1a227d07 (diff) | |
download | ffmpeg-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.h | 1 |
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; |