We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f71a19 commit cd65948Copy full SHA for cd65948
jni/libmediaplayer/decoder_audio.cpp
@@ -5,15 +5,12 @@
5
6
#define TAG "FFMpegAudioDecoder"
7
8
-static DecoderAudio* sInstance;
9
-
10
DecoderAudio::DecoderAudio(AVCodecContext* codec_ctx,
11
struct DecoderAudioConfig* config)
12
{
13
mQueue = new PacketQueue();
14
mCodecCtx = codec_ctx;
15
mConfig = config;
16
- sInstance = this;
17
}
18
19
DecoderAudio::~DecoderAudio()
jni/libmediaplayer/decoder_video.cpp
@@ -3,13 +3,10 @@
3
4
#define TAG "FFMpegVideoDecoder"
-static DecoderVideo* sInstance;
DecoderVideo::DecoderVideo(AVCodecContext* codec_ctx)
DecoderVideo::~DecoderVideo()
0 commit comments