SIGN IN SIGN UP

Limit retry-on-error to IllegalStateException

MediaCodec errors always trigger IllegalStateException or a subtype
(like MediaCodec.CodecException).

In practice, this avoids to retry if the error is caused by an
IOException when writing the video packet to the socket.
R
Romain Vimont committed
262506c733ba5fb63ea08ef1a7cb7a667a741ccf
Parent: 2eb6fe7