mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Change I_TYPE -> FF_I_TYPE to fix compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26323 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9761bde49c
commit
2ae2955f09
@ -452,7 +452,7 @@ static jpeg_enc_t *jpeg_enc_init(int w, int h, int y_rsize,
|
||||
j->s->out_format = FMT_MJPEG;
|
||||
j->s->intra_only = 1; // Generate only intra pictures for jpeg
|
||||
j->s->encoding = 1; // Set mode to encode
|
||||
j->s->pict_type = I_TYPE;
|
||||
j->s->pict_type = FF_I_TYPE;
|
||||
j->s->y_dc_scale = 8;
|
||||
j->s->c_dc_scale = 8;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user