Mercurial > mplayer.hg
changeset 26290:88fc5c0cb41d
Change I_TYPE -> FF_I_TYPE to fix compilation.
The whole functionality should probably be used to libavcodec though.
author | reimar |
---|---|
date | Thu, 03 Apr 2008 17:19:23 +0000 |
parents | aa0c534db455 |
children | e353b6f0dad5 |
files | libvo/jpeg_enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/jpeg_enc.c Thu Apr 03 16:57:16 2008 +0000 +++ b/libvo/jpeg_enc.c Thu Apr 03 17:19:23 2008 +0000 @@ -301,7 +301,7 @@ j->s->out_format = FMT_MJPEG; j->s->intra_only = 1; j->s->encoding = 1; - 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;