rosemary: libshim_vtservice: Shim for legacy MediaMuxer ctor

Signed-off-by: bengris32 <bengris32@protonmail.ch>
This commit is contained in:
bengris32
2022-09-18 12:15:27 +01:00
committed by Matsvei Niaverau
parent c0bb8db4fe
commit 5ee76ae127

View File

@@ -1,5 +1,6 @@
#include <gui/SurfaceComposerClient.h>
#include <media/AudioTrack.h>
#include <media/stagefright/MediaMuxer.h>
using namespace android;
@@ -62,4 +63,10 @@ void _ZN7android7SurfaceC1ERKNS_2spINS_22IGraphicBufferProducerEEEb(
_ZN7android7SurfaceC1ERKNS_2spINS_22IGraphicBufferProducerEEEbRKNS1_INS_7IBinderEEE(thisptr, bufferProducer, controlledByApp, nullptr);
}
void _ZN7android10MediaMuxerC1EiNS_14MediaMuxerBase12OutputFormatE(void* thisptr, int fd, android::MediaMuxer::OutputFormat format);
void _ZN7android10MediaMuxerC1EiNS0_12OutputFormatE(void* thisptr, int fd, android::MediaMuxer::OutputFormat format) {
_ZN7android10MediaMuxerC1EiNS_14MediaMuxerBase12OutputFormatE(thisptr, fd, format);
}
}