comparison mpegvideo.h @ 370:0eca28d16cbd libavcodec

clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
author al3x
date Tue, 07 May 2002 17:55:02 +0000
parents fdeec2834c79
children ba9c3b8088c0
comparison
equal deleted inserted replaced
369:c60869851bb4 370:0eca28d16cbd
330 struct MJpegContext *mjpeg_ctx; 330 struct MJpegContext *mjpeg_ctx;
331 int mjpeg_vsample[3]; /* vertical sampling factors, default = {2, 1, 1} */ 331 int mjpeg_vsample[3]; /* vertical sampling factors, default = {2, 1, 1} */
332 int mjpeg_hsample[3]; /* horizontal sampling factors, default = {2, 1, 1} */ 332 int mjpeg_hsample[3]; /* horizontal sampling factors, default = {2, 1, 1} */
333 int mjpeg_write_tables; /* do we want to have quantisation- and 333 int mjpeg_write_tables; /* do we want to have quantisation- and
334 huffmantables in the jpeg file ? */ 334 huffmantables in the jpeg file ? */
335 int mjpeg_data_only_frames; /* frames only with SOI, SOS and EOI markers */
335 336
336 /* MSMPEG4 specific */ 337 /* MSMPEG4 specific */
337 int mv_table_index; 338 int mv_table_index;
338 int rl_table_index; 339 int rl_table_index;
339 int rl_chroma_table_index; 340 int rl_chroma_table_index;