summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-11-10 21:00:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-11-10 21:00:46 +0000
commit67e362ca457f6e16078673f63f39806121f08ead (patch)
treec9304b29225281a915b0818009ad4f006df19203
parentde9bc64df45e020fcbd5670b71d7cf89f5b7f4a0 (diff)
indent
Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 793e02f2e4..5e03e479df 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -7922,7 +7922,7 @@ static int decode_frame(AVCodecContext *avctx,
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");