programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files.

This commit is contained in:
Erik de Castro Lopo 2012-07-09 19:41:04 +10:00
parent da47c11bb5
commit 8b2b9b0c82
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-07-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* programs/common.c
Accept "ogg" as a file extention for Ogg/Vorbis files.
2012-06-22 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/flac.c

View File

@ -311,6 +311,7 @@ static OUTPUT_FORMAT_MAP format_map [] =
{ "xi", 0, SF_FORMAT_XI },
{ "wve", 0, SF_FORMAT_WVE },
{ "oga", 0, SF_FORMAT_OGG },
{ "ogg", 0, SF_FORMAT_OGG },
{ "mpc", 0, SF_FORMAT_MPC2K },
{ "rf64", 0, SF_FORMAT_RF64 },
} ; /* format_map */