14 | | For !MediaCodec and software decoding (standard) it is now bypassing existing convoluted timing code and relying of ffmpeg to do timing calculations. I am not sure whether that change should apply to all decoders, !MediaCodec only, decoders that create multiple frames from 1 packet, standard decoders, private decoders, or some combination. If it applies to all, the convoluted code can be deleted. |
| 14 | For !MediaCodec and software decoding (standard) it is now bypassing existing convoluted timing code and now is relying on ffmpeg to do timing calculations. I am not sure whether that change should apply to all decoders, !MediaCodec only, decoders that create multiple frames from 1 packet, standard decoders, private decoders, or some combination. If it applies to all, the convoluted code can be deleted. |