* Profile AVC_MP4_BL_CIF15_AAC_540 should be AVC_MP4_BL_CIF15_AAC_520.

This commit is contained in:
Justin Maggard 2011-04-26 20:38:46 +00:00
parent 7365edb075
commit bd4bf76f93

View File

@ -1075,9 +1075,9 @@ GetVideoMetadata(const char * path, char * name)
else if( audio_profile == PROFILE_AUDIO_AAC )
{
off += sprintf(m.dlna_pn+off, "AAC_");
if( ctx->bit_rate < 540000 )
if( ctx->bit_rate < 520000 )
{
off += sprintf(m.dlna_pn+off, "540");
off += sprintf(m.dlna_pn+off, "520");
}
else if( ctx->bit_rate < 940000 )
{