[MPlayer-cvslog] r26322 - trunk/libvo/jpeg_enc.c
reimar
subversion at mplayerhq.hu
Thu Apr 3 19:19:23 CEST 2008
Author: reimar
Date: Thu Apr 3 19:19:23 2008
New Revision: 26322
Log:
Change I_TYPE -> FF_I_TYPE to fix compilation.
The whole functionality should probably be used to libavcodec though.
Modified:
trunk/libvo/jpeg_enc.c
Modified: trunk/libvo/jpeg_enc.c
==============================================================================
--- trunk/libvo/jpeg_enc.c (original)
+++ trunk/libvo/jpeg_enc.c Thu Apr 3 19:19:23 2008
@@ -301,7 +301,7 @@ jpeg_enc_t *jpeg_enc_init(int w, int h,
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;
More information about the MPlayer-cvslog
mailing list