Commit 22a9f8a4 authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20507 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8930736f
...@@ -7922,7 +7922,7 @@ static int decode_frame(AVCodecContext *avctx, ...@@ -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)) { 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; h->outputed_poc = INT_MIN;
} else } else
h->outputed_poc = out->poc; h->outputed_poc = out->poc;
*pict= *(AVFrame*)out; *pict= *(AVFrame*)out;
}else{ }else{
av_log(avctx, AV_LOG_DEBUG, "no picture\n"); av_log(avctx, AV_LOG_DEBUG, "no picture\n");
......
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