mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 10:57:48 +00:00
closed gop support & flags2 as all bits in flags are used
and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d398a27e0b
commit
303e50e65b
11 changed files with 61 additions and 14 deletions
|
@ -855,7 +855,6 @@ static int mjpeg_decode_init(AVCodecContext *avctx)
|
|||
|
||||
/* ugly way to get the idct & scantable FIXME */
|
||||
memset(&s2, 0, sizeof(MpegEncContext));
|
||||
s2.flags= avctx->flags;
|
||||
s2.avctx= avctx;
|
||||
// s2->out_format = FMT_MJPEG;
|
||||
s2.width = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue