diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Tue May 07 17:21:38 2002 +0000
+++ b/mpegvideo.h	Tue May 07 17:55:02 2002 +0000
@@ -332,6 +332,7 @@
     int mjpeg_hsample[3]; /* horizontal sampling factors, default = {2, 1, 1} */
     int mjpeg_write_tables; /* do we want to have quantisation- and
 			       huffmantables in the jpeg file ? */
+    int mjpeg_data_only_frames; /* frames only with SOI, SOS and EOI markers */
 
     /* MSMPEG4 specific */
     int mv_table_index;