mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2015-03-09 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.HAVE_MP4_DECODE' field to the database. * Incremented the database version to 243. * Added a 'Capability::HaveMp4Decode' value to the 'RDStation::Capability' enumeration in 'lib/rdstation.cpp' and 'lib/rdstation.h'.
This commit is contained in:
@@ -42,7 +42,7 @@ class RDStation
|
||||
UserSec=1 /**< UserSec - user based security. */
|
||||
};
|
||||
enum Capability {HaveOggenc=0,HaveOgg123=1,HaveFlac=2,
|
||||
HaveLame=3,HaveMpg321=4,HaveTwoLame=5};
|
||||
HaveLame=3,HaveMpg321=4,HaveTwoLame=5,HaveMp4Decode=6};
|
||||
enum FilterMode {FilterSynchronous=0,FilterAsynchronous=1};
|
||||
RDStation(const QString &name,bool create=false);
|
||||
~RDStation();
|
||||
|
||||
Reference in New Issue
Block a user