Video decode issue on API 26
Hi there,
I was working on replicating your code on my own Android Application decode the video stream and ran into an issue where there were green vertical lines with a green bar at the top. I thought this was an issue in my end, transferring the algorithm in this repo, but I cloned the application and found the exact same issue.
Note, that to run this app I had to change the minimum SDK from 27 to 26, as that is what my device was - so maybe that is what is causing both of these issues. I'm planning to see if theres anything related to MediaCodecList that might help.

I was able to find the solution for API 26 using MediaCodecList, where you create the codec from a decoder found from iterating over that list. I'll make a PR if you're interested to merge in a solution and see if it still works on your end.
@Tyler-Lopez , Thanks for reporting this issue. I was busy with some other projects. I am interested to see your solution and will try to test it on my side. Thank you.