30 lines
770 B
C++
30 lines
770 B
C++
/**********************************************************************
|
|
|
|
Filename : GFxMediaInterfaces.cpp
|
|
Content : SWF (Shockwave Flash) player library
|
|
Created : August, 2008
|
|
Authors : Maxim Didenko
|
|
|
|
Copyright : (c) 2001-2008 Scaleform Corp. All Rights Reserved.
|
|
|
|
Notes :
|
|
|
|
Licensees may use this file in accordance with the valid Scaleform
|
|
Commercial License Agreement provided with the software.
|
|
|
|
This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
|
|
THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.
|
|
|
|
**********************************************************************/
|
|
|
|
#include "GFxMediaInterfaces.h"
|
|
|
|
#ifndef GFC_NO_VIDEO
|
|
|
|
GFxVideoProvider::~GFxVideoProvider()
|
|
{
|
|
|
|
}
|
|
|
|
#endif // GFC_NO_VIDEO
|