1 /*  Copyright (c) MediaArea.net SARL. All Rights Reserved.
2  *
3  *  Use of this source code is governed by a BSD-style license that can
4  *  be found in the License.html file in the root of the source tree.
5  */
6 
7 //---------------------------------------------------------------------------
8 #ifndef Main_UtilsH
9 #define Main_UtilsH
10 //---------------------------------------------------------------------------
11 
12 
13 
14 #include "ZenLib/ZtringListList.h"
15 
16 void Codecs_Enumerate(ZenLib::ZtringListList &Video, ZenLib::ZtringListList &Audio);
17 void Debug_Header_Create(const ZenLib::Ztring &FileName, void* Handle=NULL);
18 
19 #endif
20