From e6fa1ca5c3735e01f909023c88fae623dd33629c Mon Sep 17 00:00:00 2001
From: Justin Ruggles <justin.ruggles@gmail.com>
Date: Mon, 1 Sep 2008 13:32:30 +0000
Subject: [PATCH] fix sorting of audio codecs

Originally committed as revision 15139 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/general.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index 617efce4eb1..cdaf867e838 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -368,10 +368,6 @@ following image formats are supported:
 @item Electronic Arts ADPCM  @tab     @tab  X
     @tab Used in various EA titles.
 @item Enhanced AC-3          @tab     @tab  X
-@item Sonic                  @tab  X  @tab  X
-    @tab experimental codec
-@item Sonic lossless         @tab  X  @tab  X
-    @tab experimental codec
 @item FLAC lossless audio    @tab IX  @tab  X
 @item G.726  ADPCM           @tab  X  @tab  X
 @item id RoQ DPCM            @tab  X  @tab  X
@@ -410,6 +406,10 @@ following image formats are supported:
 @item Smacker audio          @tab     @tab  X
 @item SMJPEG IMA ADPCM       @tab     @tab  X
     @tab Used in certain Loki game ports.
+@item Sonic                  @tab  X  @tab  X
+    @tab experimental codec
+@item Sonic lossless         @tab  X  @tab  X
+    @tab experimental codec
 @item THP ADPCM              @tab     @tab  X
     @tab Used on the Nintendo GameCube.
 @item True Audio (TTA)       @tab     @tab  X
-- 
GitLab