OSDN Git Service

mjpegenc: do not pass MpegEncContext to put_huffman_table()
authorAnton Khirnov <anton@khirnov.net>
Sun, 1 Dec 2013 20:35:02 +0000 (21:35 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 5 Dec 2013 12:33:40 +0000 (13:33 +0100)
commitff506c75b71d7aaa1062b49043e0b881b1e263e9
treee72ca45617d01e32a171489b9dfeea80928c5783
parenta1ba1f20b350cb89e645f17bdb237d027170db33
mjpegenc: do not pass MpegEncContext to put_huffman_table()

It only needs PutBitContext from it, so pass that directly.
libavcodec/mjpegenc.c