Hi, I have the following code for an H264 decoder: http://pastebin.com/9gWnuBWN It's a simple decoder, and I've seen it work with several streams I gave it.
However, I have a stream received from a (DJI) drone I'm trying to decode which gives bad frames, like so - http://imgur.com/a/rm8Ex I'm getting different frames with different parts of the image smudged, but there's always a (large) smudged part. It feels like I have only the p-frame data (on a certain area) decoded but the rest of the image is not available. I though it might be a stream problem, so I fed the exact same stream to a different decoder (also based on ffmpeg, same version) that yielded proper decoded frames. Can you see a problem with my code? I'm using ffmpeg 20160910-09317e3 Thank you Nitay
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
