[Home]

Summary:ASTERISK-10134: [patch] Output beautification for "[core] show codecs"
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2007-08-21 05:49:49Date Closed:2007-08-21 09:58:01
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) frame.c.80129.diff
Description:Changes:
       INT    BINARY        HEX   TYPE       NAME   DESC
--------------------------------------------------------------------------------
         1 (1 <<  0)      (0x1)  audio       g723   (G.723.1)
         2 (1 <<  1)      (0x2)  audio        gsm   (GSM)
to:
       INT    BINARY        HEX   TYPE       NAME   DESC
--------------------------------------------------------------------------------
         1 (1 <<  0)        0x1  audio       g723   G.723.1
         2 (1 <<  1)        0x2  audio        gsm   GSM
plus some minor formatting in the code...
Comments:By: Jason Parker (jparker) 2007-08-21 09:58:01

I believe that it's more readable the way it is now, honestly.

As far as the formatting changes, those should really only go into svn trunk, and would probably be best suited in another bug report.