[FFmpeg-cvslog] r17294 - trunk/libavcodec/mpeg12.c
iive
subversion
Sun Feb 15 00:01:20 CET 2009
Author: iive
Date: Sun Feb 15 00:01:19 2009
New Revision: 17294
Log:
Cosmetics
Modified:
trunk/libavcodec/mpeg12.c
Modified: trunk/libavcodec/mpeg12.c
==============================================================================
--- trunk/libavcodec/mpeg12.c Sat Feb 14 23:59:19 2009 (r17293)
+++ trunk/libavcodec/mpeg12.c Sun Feb 15 00:01:19 2009 (r17294)
@@ -1643,7 +1643,7 @@ static int mpeg_field_start(MpegEncConte
// 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;
@@ -2378,9 +2378,9 @@ static int decode_chunks(AVCodecContext
if(s2->first_slice){
s2->first_slice=0;
- if(mpeg_field_start(s2) < 0)
+ if(mpeg_field_start(s2) < 0)
return -1;
- }
+ }
if(!s2->current_picture_ptr){
av_log(avctx, AV_LOG_ERROR, "current_picture not initialized\n");
return -1;
More information about the ffmpeg-cvslog
mailing list