OSDN Git Service

mjpegenc: do not pass MpegEncContext to jpeg_table_header()
authorAnton Khirnov <anton@khirnov.net>
Sun, 1 Dec 2013 20:45:40 +0000 (21:45 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 5 Dec 2013 12:34:13 +0000 (13:34 +0100)
commit6d70639c7d5fe762c5f18de574eafa817fb53ef7
tree8626a67769a360c4c18993e5413518f8a5cd4f82
parente1eaaec765d2e726618633fcbd2e06fded7647a8
mjpegenc: do not pass MpegEncContext to jpeg_table_header()

Pass the three needed fields from it directly.
This will allow to deMpegEncContextize the LJPEG encoder.
libavcodec/mjpegenc.c