1172117311741175117611771178
if (CODEC_TYPE_VIDEO == coder.getCodecType()) coder.setFlag(IStreamCoder.Flags.FLAG_QSCALE, true); // inform listeners super.onAddStream(new AddStreamEvent(this, outputStreamIndex)); }
370371372373374375376377378379380
// not decode unsupported types mCoders.put(i, coder); // and release our coder to the list coder = null; super.onAddStream(new AddStreamEvent(this, i)); } finally { if (coder != null) coder.delete(); if (stream != null)
1165116611671168116911701171