* Profile AVC_MP4_BL_CIF15_AAC_540 should be AVC_MP4_BL_CIF15_AAC_520.
This commit is contained in:
parent
7365edb075
commit
bd4bf76f93
@ -1075,9 +1075,9 @@ GetVideoMetadata(const char * path, char * name)
|
|||||||
else if( audio_profile == PROFILE_AUDIO_AAC )
|
else if( audio_profile == PROFILE_AUDIO_AAC )
|
||||||
{
|
{
|
||||||
off += sprintf(m.dlna_pn+off, "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 )
|
else if( ctx->bit_rate < 940000 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user