Commit 4acfdcab authored by Ivan Kalvachev's avatar Ivan Kalvachev

Cosmetics

Originally committed as revision 17294 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ce0e60a1
...@@ -1643,7 +1643,7 @@ static int mpeg_field_start(MpegEncContext *s){ ...@@ -1643,7 +1643,7 @@ static int mpeg_field_start(MpegEncContext *s){
// MPV_frame_start will call this function too, // MPV_frame_start will call this function too,
// but we need to call it on every field // but we need to call it on every field
if(CONFIG_MPEG_XVMC_DECODER && s->avctx->xvmc_acceleration) if(CONFIG_MPEG_XVMC_DECODER && s->avctx->xvmc_acceleration)
if( ff_xvmc_field_start(s,avctx) < 0) if(ff_xvmc_field_start(s,avctx) < 0)
return -1; return -1;
return 0; return 0;
......
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