Slightly clarify expression in for the anullsrc source documentation.

Originally committed as revision 25191 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-09-25 09:58:07 +00:00
parent b641982b23
commit 6ef93402f4

View File

@ -34,8 +34,8 @@ integer or a string representing a channel layout. The default value
of @var{channel_layout} is 3, which corresponds to CH_LAYOUT_STEREO. of @var{channel_layout} is 3, which corresponds to CH_LAYOUT_STEREO.
Check the channel_layout_map definition in Check the channel_layout_map definition in
@file{libavcodec/audioconvert.c} for the correspondance between string @file{libavcodec/audioconvert.c} for the mapping between strings and
and channel layout values. channel layout values.
Follow some examples: Follow some examples:
@example @example