Commit 3b34ac1d authored by iive's avatar iive

Cosmetics. Vertical align.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17319 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b09f1e6
...@@ -96,8 +96,8 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx) ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment