mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
programs/common.c : Accept 'ogg' as a file extention for Ogg/Vorbis files.
This commit is contained in:
parent
da47c11bb5
commit
8b2b9b0c82
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user