diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-04-14 22:35:25 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-04-22 20:44:31 +0200 |
commit | 8cbf0827e1b261c7be09444e44f84fb96d311f4c (patch) | |
tree | dcefbc6e7c477346477e5a0739e97eabee7642d5 /libavcodec/dnxhddata.h | |
parent | 994a582a02aca1f11675300af10c9fd150958d6a (diff) | |
download | ffmpeg-8cbf0827e1b261c7be09444e44f84fb96d311f4c.tar.gz |
Various small spelling fixes.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r-- | libavcodec/dnxhddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index b8bcb21d8e..8166ee848f 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -42,7 +42,7 @@ typedef struct CIDEntry { const uint8_t *ac_flags; const uint16_t *run_codes; const uint8_t *run_bits, *run; - int bit_rates[5]; ///< Helpher to choose variants, rounded to nearest 5Mb/s + int bit_rates[5]; ///< Helper to choose variants, rounded to nearest 5Mb/s AVRational frame_rates[5]; } CIDEntry; |