Menu

#814 Bug for Mediainfo check aac_he_v2 audio.

Incorrect_result
closed-fixed
aac_he_v2 (2)
5
2014-01-09
2014-01-09
Yabo
No

I create a flv file whose audio is aac_he_v2, but mediainfo show it as aac. I check source code of Mediainfo:
MediaInfoLib/Source/MediaInfo/Audio/File_Aac_Main.cpp:
253 if (audioObjectType==0x05 || audioObjectType==0x29)
254 {
255 extensionAudioObjectType=5;
256 sbrPresentFlag=true;
257 if (audioObjectType==29)
258 psPresentFlag=true;

I think line 253 should be:
253 if (audioObjectType==5 || audioObjectType==29)

Discussion

  • Jerome Martinez

    Jerome Martinez - 2014-01-09

    crap. You're right.
    Do you have a file for me, so I can add it to my regression tests?

     
  • Jerome Martinez

    Jerome Martinez - 2014-01-09
     
  • Jerome Martinez

    Jerome Martinez - 2014-01-09
    • status: open --> closed-fixed
     
  • Yabo

    Yabo - 2014-01-09

    Ok, should I send the file to you by email? I don't know how to submit a file.

     
  • Jerome Martinez

    Jerome Martinez - 2014-01-09

    You can attach it here or send it to info@mediaarea.net. if it is too big (>10 MB), I may provide a private FTP server access.

     
  • Jerome Martinez

    Jerome Martinez - 2014-01-09
    • assigned_to: XhmikosR --> Jerome Martinez
     

Log in to post a comment.

MongoDB Logo MongoDB