[FFmpeg-cvslog] r20507 - trunk/libavcodec/h264.c

michael subversion
Tue Nov 10 22:00:46 CET 2009


Author: michael
Date: Tue Nov 10 22:00:46 2009
New Revision: 20507

Log:
indent

Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	Tue Nov 10 21:55:45 2009	(r20506)
+++ trunk/libavcodec/h264.c	Tue Nov 10 22:00:46 2009	(r20507)
@@ -7922,7 +7922,7 @@ static int decode_frame(AVCodecContext *
                 if(out_idx==0 && h->delayed_pic[0] && (h->delayed_pic[0]->key_frame || h->delayed_pic[0]->mmco_reset)) {
                     h->outputed_poc = INT_MIN;
                 } else
-                h->outputed_poc = out->poc;
+                    h->outputed_poc = out->poc;
                 *pict= *(AVFrame*)out;
             }else{
                 av_log(avctx, AV_LOG_DEBUG, "no picture\n");



More information about the ffmpeg-cvslog mailing list