diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-14 11:53:27 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-14 11:53:27 +0000 |
commit | 37c26ae9ff72765c5470dba121408987e1f37273 (patch) | |
tree | 7e48fd63e80c43db1ea75fedb8ec7df24e176c77 /libavcodec/mpegvideo.h | |
parent | 7fcf41091eabe2a8fed9707a794e14ba8847bf1c (diff) | |
download | ffmpeg-37c26ae9ff72765c5470dba121408987e1f37273.tar.gz |
remove some unused mjpeg encoding variables
(they were always set to a constant value)
Originally committed as revision 9023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 15938aa8bb..389694ca0b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -589,8 +589,6 @@ typedef struct MpegEncContext { struct MJpegContext *mjpeg_ctx; int mjpeg_vsample[3]; ///< vertical sampling factors, default = {2, 1, 1} 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; |