mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
Cosmetics. Vertical align.
Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d76c5ed574
commit
9e0a8a368e
@ -96,8 +96,8 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
|
||||
|
||||
render->picture_structure = s->picture_structure;
|
||||
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;
|
||||
render->p_future_surface = NULL;
|
||||
render->p_past_surface = NULL;
|
||||
render->p_future_surface = NULL;
|
||||
render->p_past_surface = NULL;
|
||||
|
||||
switch(s->pict_type) {
|
||||
case FF_I_TYPE:
|
||||
|
Loading…
Reference in New Issue
Block a user