Hi All When using the JPEG decoder (CODEC_ID_MJPEG) sometimes I find that decoded frames are inverted/upside down/back to front. Having read into the problem I believe the issue is to do with the fact that bitmap is sometimes stored bottom-up in JPEG files.
Does the decoder not realign the frame correctly or is this something that I would have to take care of after the decoding? If anyone can suggest the best way to deal with this I would appreciate it. Thanks, Mark.
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
