Skip to content
Snippets Groups Projects
Commit 8d913236 authored by Philippe Gorley's avatar Philippe Gorley
Browse files

android: disable mediacodec due to artifacts

Change-Id: I0e5d8c6c8a27eb57a13204f80553ab47c698defe
parent 3e04c46c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ findDecoder(const enum AVCodecID codec_id)
{
const char* codec_name;
switch (codec_id) {
#if defined(__ANDROID__) && defined(RING_ACCEL)
#if 0 && defined(__ANDROID__) && defined(RING_ACCEL)
case AV_CODEC_ID_MPEG4:
codec_name = "mpeg4_mediacodec"; break;
case AV_CODEC_ID_H264:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment