Cosmetics. Vertical align.
Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -96,8 +96,8 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
|
|||||||
|
|
||||||
render->picture_structure = s->picture_structure;
|
render->picture_structure = s->picture_structure;
|
||||||
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
|
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
|
||||||
render->p_future_surface = NULL;
|
render->p_future_surface = NULL;
|
||||||
render->p_past_surface = NULL;
|
render->p_past_surface = NULL;
|
||||||
|
|
||||||
switch(s->pict_type) {
|
switch(s->pict_type) {
|
||||||
case FF_I_TYPE:
|
case FF_I_TYPE:
|
||||||
|
Reference in New Issue
Block a user