mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2015-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added 'm4a', 'M4A', 'aac' and 'AAC' file extensions to RD_AUDIO_FILE_FILTER in 'lib/rd.h'.
This commit is contained in:
@@ -14957,3 +14957,6 @@
|
||||
2015-09-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'rdcatchd/rdcatchd.cpp' that broke
|
||||
MPEG-1 Layer 3 exports.
|
||||
2015-09-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added 'm4a', 'M4A', 'aac' and 'AAC' file extensions to
|
||||
RD_AUDIO_FILE_FILTER in 'lib/rd.h'.
|
||||
|
2
lib/rd.h
2
lib/rd.h
@@ -450,7 +450,7 @@
|
||||
/*
|
||||
* Audio File Filter for QFileDialog
|
||||
*/
|
||||
#define RD_AUDIO_FILE_FILTER "Sound Files (*.mp* *.MP* *.wav *.WAV *.ogg *.OGG *.flac *.FLAC *.atx *.ATX *.tmc *.TMC *.aif* *.AIF*)\nAIFF Files (*.aif* *.AIF*)\nATX Files (*.atx *.ATX)\nMPEG Files (*.mp* *.MP*)\nOggVorbis Files (*.ogg *.OGG)\nFLAC Files (*.flac *.FLAC)\nTM Century GoldDrive Files (*.tmc *.TMC)\nWAV Files (*.wav *.WAV)\nAll Files (*.*)"
|
||||
#define RD_AUDIO_FILE_FILTER "Sound Files (*.mp* *.MP* *.wav *.WAV *.ogg *.OGG *.flac *.FLAC *.atx *.ATX *.tmc *.TMC *.aif* *.AIF* *.m4a *.M4A *.aac *.AAC)\nAIFF Files (*.aif* *.AIF*)\nATX Files (*.atx *.ATX)\nMPEG Files (*.mp* *.MP*)\nOggVorbis Files (*.ogg *.OGG)\nFLAC Files (*.flac *.FLAC)\nTM Century GoldDrive Files (*.tmc *.TMC)\nWAV Files (*.wav *.WAV)\nAll Files (*.*)"
|
||||
|
||||
/*
|
||||
* Image File Filter for QFileDialog
|
||||
|
Reference in New Issue
Block a user