Better late...
Sorry for forgetting attaching the patch and missing your reply.
After so many years, patch still applies because is documentation related.
So now I attached it for real.

On Fri, Mar 15, 2013 at 9:54 AM, Anton Khirnov <[email protected]> wrote:
>
> On Thu, 21 Feb 2013 14:57:20 +0100, Vicente Jiménez <[email protected]> wrote:
>> Just a suggestion.
>> Nothing critical ;-)
>>
>> Expanded LFE acronym (lfe.wav -> low_frecuency_effects.wav) as with
>> others filenames
>> Lines rebalanced and keep options in from of affected files.
>>
>
> Was there supposed to be a patch attached?
>
> --
> Anton Khirnov



-- 
saludos
vicente
From 05e4278d4dabced6931a913dd8a5c035a0193d54 Mon Sep 17 00:00:00 2001
From: Vicente Jimenez Aguilar <[email protected]>
Date: Thu, 21 Feb 2013 15:08:55 +0100
Subject: [PATCH] Modified audio filter example in documentation
 Expanded LFE acronym (lfe.wav -> low_frecuency_effects.wav) as with others filenames
 Lines rebalanced and keep options in from of affected files.

---
 doc/filters.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index a7d6a56..cc2c269 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -279,9 +279,9 @@ To split a 5.1 WAV file into per-channel files
 @example
 avconv -i in.wav -filter_complex
 'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][SL][SR]'
--map '[FL]' front_left.wav -map '[FR]' front_right.wav -map '[FC]'
-front_center.wav -map '[LFE]' lfe.wav -map '[SL]' side_left.wav -map '[SR]'
-side_right.wav
+-map '[FL]' front_left.wav -map '[FR]' front_right.wav
+-map '[FC]' front_center.wav -map '[LFE]' low_frequency_effects.wav
+-map '[SL]' side_left.wav -map '[SR]' side_right.wav
 @end example
 
 @section channelmap
-- 
1.7.3.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to