winlin

add comments for aac encoder

@@ -44,7 +44,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -44,7 +44,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44 #define SRS_ENCODER_COPY "copy" 44 #define SRS_ENCODER_COPY "copy"
45 #define SRS_ENCODER_NO_VIDEO "vn" 45 #define SRS_ENCODER_NO_VIDEO "vn"
46 #define SRS_ENCODER_NO_AUDIO "an" 46 #define SRS_ENCODER_NO_AUDIO "an"
  47 +// only support libx264 encoder.
47 #define SRS_ENCODER_VCODEC "libx264" 48 #define SRS_ENCODER_VCODEC "libx264"
  49 +// any aac encoder is ok which contains the aac,
  50 +// for example, libaacplus, aac, fdkaac
48 #define SRS_ENCODER_ACODEC "aac" 51 #define SRS_ENCODER_ACODEC "aac"
49 52
50 // for encoder to detect the dead loop 53 // for encoder to detect the dead loop