[Datatype-cvs] avi/fileformat/pub avistrm.h, 1.7.2.6.2.2, 1.7.2.6.2.3
xzhao at helixcommunity.org xzhao at helixcommunity.orgUpdate of /cvsroot/datatype/avi/fileformat/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv20149/pub
Modified Files:
Tag: hxclient_3_6_1_atlas
avistrm.h
Log Message:
>> Bug Number: 11384
>>
>> Bug URL: https://bugs.helixcommunity.org/show_bug.cgi?id=11384
>>
>> Synopsis: A video file of Generic DV coding can play sound but not appear video
>>
>> Overview: Customer want to pop AlertDialog with message of "unsupport video file", instead of playing this file with only the audio part. So report "unsupported video" for this specified mime type.
>>
>> Files Added:
>> NA
>>
>> Files Modified:
>> avistrm.cpp
>> pub/avistrm.h
Index: avistrm.h
===================================================================
RCS file: /cvsroot/datatype/avi/fileformat/pub/avistrm.h,v
retrieving revision 1.7.2.6.2.2
retrieving revision 1.7.2.6.2.3
diff -u -d -r1.7.2.6.2.2 -r1.7.2.6.2.3
--- avistrm.h 14 Sep 2010 03:54:12 -0000 1.7.2.6.2.2
+++ avistrm.h 20 Sep 2010 01:32:19 -0000 1.7.2.6.2.3
@@ -318,6 +318,7 @@
IUnknown* m_pContext;
IHXCommonClassFactory* m_pCommonClassFactory;
+ IHXErrorMessages* m_pErrorMessages;
private:
INT32 m_lRefCount;