mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
/*
|
|
* Copyright 2024 Rémi Bernon for CodeWeavers
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#pragma makedep register
|
|
|
|
[
|
|
helpstring("MPEG4 Byte Stream Handler"),
|
|
threading(both),
|
|
uuid(271c3902-6095-4c45-a22f-20091816ee9e)
|
|
]
|
|
coclass MPEG4ByteStreamHandlerPlugin {}
|
|
|
|
[
|
|
threading(both),
|
|
uuid(11275a82-5e5a-47fd-a01c-3683c12fb196)
|
|
]
|
|
coclass MFMP3SinkClassFactory {}
|
|
|
|
[
|
|
helpstring("MF MPEG4 Sink Class Factory"),
|
|
threading(both),
|
|
uuid(a22c4fc7-6e91-4e1d-89e9-53b2667b72ba)
|
|
]
|
|
coclass MFMPEG4SinkClassFactory {}
|