OSDN Git Service

Added new AbstractEncoderInfo class, which provides information about a specific...
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 30 Sep 2013 19:39:56 +0000 (21:39 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 30 Sep 2013 19:39:56 +0000 (21:39 +0200)
commitccb19ec07f3802915382070a8662c802a7001699
tree20fc715f4ee873ef7d7a3735510d2de790e89e98
parentdb95584256dd49d7f145c03ce90c5d096099130f
Added new AbstractEncoderInfo class, which provides information about a specific encoder's configuration options. Also moved code for creating encoder instances into a separate EncoderRegistry class.
LameXP_VS2012.vcxproj
LameXP_VS2012.vcxproj.filters
src/Config.h
src/Encoder_Abstract.h
src/Encoder_MP3.cpp
src/Encoder_MP3.h
src/Registry_Encoder.cpp [new file with mode: 0644]
src/Registry_Encoder.h [new file with mode: 0644]