Commit 3ea97737 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/mjpegenc_common: Remove an unused variable.

parent 36aba43b
......@@ -424,7 +424,7 @@ void ff_mjpeg_escape_FF(PutBitContext *pb, int start)
*/
static void ff_mjpeg_build_optimal_huffman(MJpegContext *m)
{
int i, ret, table_id, code;
int i, table_id, code;
MJpegEncHuffmanContext dc_luminance_ctx;
MJpegEncHuffmanContext dc_chrominance_ctx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment