Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f18ccb52
Commit
f18ccb52
authored
Aug 11, 2013
by
Thilo Borgmann
Committed by
Michael Niedermayer
Aug 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong use of "an" in some comments.
parent
98fd8a78
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
Doxyfile
doc/Doxyfile
+1
-1
ffmpeg-resampler.texi
doc/ffmpeg-resampler.texi
+1
-1
ffmpeg-scaler.texi
doc/ffmpeg-scaler.texi
+1
-1
ffprobe.texi
doc/ffprobe.texi
+1
-1
filters.texi
doc/filters.texi
+1
-1
libswresample.texi
doc/libswresample.texi
+1
-1
pgssubdec.c
libavcodec/pgssubdec.c
+1
-1
utils.c
libavcodec/utils.c
+1
-1
f_ebur128.c
libavfilter/f_ebur128.c
+1
-1
pixdesc.h
libavutil/pixdesc.h
+1
-1
No files found.
doc/Doxyfile
View file @
f18ccb52
...
...
@@ -33,7 +33,7 @@ PROJECT_NAME = FFmpeg
PROJECT_NUMBER =
# With the PROJECT_LOGO tag one can specify a
n
logo or icon that is included
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will
# copy the logo to the output directory.
...
...
doc/ffmpeg-resampler.texi
View file @
f18ccb52
...
...
@@ -12,7 +12,7 @@
@chapter Description
@c man begin DESCRIPTION
The FFmpeg resampler provides a
n
high-level interface to the
The FFmpeg resampler provides a high-level interface to the
libswresample library audio resampling utilities. In particular it
allows to perform audio resampling, audio channel layout rematrixing,
and convert audio format and packing layout.
...
...
doc/ffmpeg-scaler.texi
View file @
f18ccb52
...
...
@@ -12,7 +12,7 @@
@chapter Description
@c man begin DESCRIPTION
The FFmpeg rescaler provides a
n
high-level interface to the libswscale
The FFmpeg rescaler provides a high-level interface to the libswscale
library image conversion utilities. In particular it allows to perform
image rescaling and pixel format conversion.
...
...
doc/ffprobe.texi
View file @
f18ccb52
...
...
@@ -113,7 +113,7 @@ ffprobe -show_packets -select_streams v:1 INPUT
@end example
@item -show
_
data
Show payload data, as a
n
hexadecimal and ASCII dump. Coupled with
Show payload data, as a hexadecimal and ASCII dump. Coupled with
@option
{
-show
_
packets
}
, it will dump the packets' data. Coupled with
@option
{
-show
_
streams
}
, it will dump the codec extradata.
...
...
doc/filters.texi
View file @
f18ccb52
...
...
@@ -1644,7 +1644,7 @@ The filter has no parameters. The input is not modified. Statistics about
the volume will be printed in the log when the input stream end is reached.
In particular it will show the mean volume (root mean square), maximum
volume (on a per-sample basis), and the beginning of a
n
histogram of the
volume (on a per-sample basis), and the beginning of a histogram of the
registered volume values (from the maximum value to a cumulated 1/1000 of
the samples).
...
...
doc/libswresample.texi
View file @
f18ccb52
...
...
@@ -20,7 +20,7 @@ Specifically, this library performs the following conversions:
@itemize
@item
@emph
{
Resampling
}
: is the process of changing the audio rate, for
example from a
n
high sample rate of 44100Hz to 8000Hz. Audio
example from a high sample rate of 44100Hz to 8000Hz. Audio
conversion from high to low sample rate is a lossy process. Several
resampling options and algorithms are available.
...
...
libavcodec/pgssubdec.c
View file @
f18ccb52
...
...
@@ -98,7 +98,7 @@ static av_cold int close_decoder(AVCodecContext *avctx)
/**
* Decode the RLE data.
*
* The subtitle is stored as a
n
Run Length Encoded image.
* The subtitle is stored as a Run Length Encoded image.
*
* @param avctx contains the current codec context
* @param sub pointer to the processed subtitle data
...
...
libavcodec/utils.c
View file @
f18ccb52
...
...
@@ -747,7 +747,7 @@ static int get_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags)
#if FF_API_GET_BUFFER
FF_DISABLE_DEPRECATION_WARNINGS
/*
* Wrap an old get_buffer()-allocated buffer in a
n
bunch of AVBuffers.
* Wrap an old get_buffer()-allocated buffer in a bunch of AVBuffers.
* We wrap each plane in its own AVBuffer. Each of those has a reference to
* a dummy AVBuffer as its private data, unreffing it on free.
* When all the planes are freed, the dummy buffer's free callback calls
...
...
libavfilter/f_ebur128.c
View file @
f18ccb52
...
...
@@ -64,7 +64,7 @@
#define HIST_SIZE ((ABS_UP_THRES - ABS_THRES) * HIST_GRAIN + 1)
/**
* A
n
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
...
...
libavutil/pixdesc.h
View file @
f18ccb52
...
...
@@ -203,7 +203,7 @@ const char *av_get_pix_fmt_name(enum AVPixelFormat pix_fmt);
/**
* Print in buf the string corresponding to the pixel format with
* number pix_fmt, or a
n
header if pix_fmt is negative.
* number pix_fmt, or a header if pix_fmt is negative.
*
* @param buf the buffer where to write the string
* @param buf_size the size of buf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment