1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

Cosmetics

Originally committed as revision 17294 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivan Kalvachev 2009-02-14 23:01:19 +00:00
parent ce0e60a108
commit 4acfdcab26

View File

@ -1643,7 +1643,7 @@ static int mpeg_field_start(MpegEncContext *s){
// MPV_frame_start will call this function too,
// but we need to call it on every field
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 0;