[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp3/fileformat/pub mp3ff.h,1.25,1.26
From:       ping () helixcommunity ! org
Date:       2010-09-29 23:25:04
Message-ID: 201009292326.o8TNQOxR009253 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/mp3/fileformat/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv25122/pub

Modified Files:
	mp3ff.h 
Log Message:
We fail to playback some MP3 content because our MP3 file format misidentified MP3 as \
MPEG and issued AU request. Such misidentification is caused by not well formed ID3 \
tag.

To fix this, we will skip the validation if we detect the presence of ID3 tag because \
ID3 tag only exists in MP3 file.

This fixes internal bug: "Bug 266264: RealPlayer is unable to play .mp3 track"



Index: mp3ff.h
===================================================================
RCS file: /cvsroot/datatype/mp3/fileformat/pub/mp3ff.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- mp3ff.h	14 Sep 2010 17:05:53 -0000	1.25
+++ mp3ff.h	29 Sep 2010 23:25:01 -0000	1.26
@@ -332,6 +332,7 @@
     HX_BITFIELD            m_bFirstMeta;       // Confirm our meta location is \
accurate  HX_BITFIELD            m_bFileSizeChanged;
     HX_BITFIELD            m_bFileDurationChanged;
+    HX_BITFIELD            m_bValidateMP3Required;
     UINT32                 m_ulNewReadSize;
 
     IHXBuffer*              (*m_pCreatePacketFunction) (IHXCommonClassFactory*, \
IHXBuffer*, UCHAR*, int );


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic