mjpegenc: write the JFIF header if the sample aspect ratio is set
authorAnton Khirnov <anton@khirnov.net>
Sun, 1 Dec 2013 20:31:25 +0000 (21:31 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 5 Dec 2013 12:28:32 +0000 (13:28 +0100)
commit0812f5a40a0a190172b6de6e91755b882472ddc5
tree8849870e4a96e26a616b0461cad8c5298dc55f66
parent66499f34b56fc6a9fdef25543bd9d576fc787895
mjpegenc: write the JFIF header if the sample aspect ratio is set

MpegEncContext.aspect_ratio_info is never set for mjpeg, so this was
never written before.
libavcodec/mjpegenc.c