Skip to content

Commit

Permalink
update datatype names to match latest SAUCE spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Mar 23, 2014
1 parent 6bfdc5c commit 263ec0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Image/TextMode/SAUCE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ my $filetypes = {
( { tinfo1 => 'Width', tinfo2 => 'Height' } ) x 2
]
},
Graphics => {
Bitmap => {
filetypes => [
qw( GIF PCX LBM/IFF TGA FLI FLC BMP GL DL WPG PNG JPG MPG AVI )
],
Expand All @@ -146,7 +146,7 @@ my $filetypes = {
filetypes => [ qw( DXF DWG WPG 3DS ) ],
flags => [ 'None' ],
},
Sound => {
Audio => {
filetypes => [
qw( MOD 669 STM S3M MTM FAR ULT AMF DMF OKT ROL CMF MIDI SADT VOC WAV SMP8 SMP8S SMP16 SMP16S PATCH8 PATCH16 XM HSC IT )
],
Expand Down

0 comments on commit 263ec0e

Please sign in to comment.