diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-11 21:21:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 03:27:26 +0200 |
commit | f18ccb529fb7231f9d40814fbf843d10d9434b43 (patch) | |
tree | fb6eb3f50e198a7796f2c6a6e39db370b00d416b /libavfilter | |
parent | 98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (diff) | |
download | ffmpeg-f18ccb529fb7231f9d40814fbf843d10d9434b43.tar.gz |
Fix wrong use of "an" in some comments.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/f_ebur128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index 88d37e8f83..acfc1fb957 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter/f_ebur128.c @@ -64,7 +64,7 @@ #define HIST_SIZE ((ABS_UP_THRES - ABS_THRES) * HIST_GRAIN + 1) /** - * An histogram is an array of HIST_SIZE hist_entry storing all the energies + * A histogram is an array of HIST_SIZE hist_entry storing all the energies * recorded (with an accuracy of 1/HIST_GRAIN) of the loudnesses from ABS_THRES * (at 0) to ABS_UP_THRES (at HIST_SIZE-1). * This fixed-size system avoids the need of a list of energies growing |