comparison xvidff.c @ 2451:0fcee7879d3f libavcodec

10l
author michael
date Sun, 23 Jan 2005 16:18:10 +0000
parents 060053df9538
children 9973475ccf1e
comparison
equal deleted inserted replaced
2450:e248c6250232 2451:0fcee7879d3f
440 if( xvid_enc_stats.type == XVID_TYPE_PVOP ) 440 if( xvid_enc_stats.type == XVID_TYPE_PVOP )
441 p->pict_type = FF_P_TYPE; 441 p->pict_type = FF_P_TYPE;
442 else if( xvid_enc_stats.type == XVID_TYPE_BVOP ) 442 else if( xvid_enc_stats.type == XVID_TYPE_BVOP )
443 p->pict_type = FF_B_TYPE; 443 p->pict_type = FF_B_TYPE;
444 else if( xvid_enc_stats.type == XVID_TYPE_SVOP ) 444 else if( xvid_enc_stats.type == XVID_TYPE_SVOP )
445 p->pict_type = FF_SP_TYPE; 445 p->pict_type = FF_S_TYPE;
446 else 446 else
447 p->pict_type = FF_I_TYPE; 447 p->pict_type = FF_I_TYPE;
448 if( xvid_enc_frame.out_flags & XVID_KEYFRAME ) { 448 if( xvid_enc_frame.out_flags & XVID_KEYFRAME ) {
449 p->key_frame = 1; 449 p->key_frame = 1;
450 if( x->quicktime_format ) 450 if( x->quicktime_format )