mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 05:31:04 +08:00
indent
Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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");
|
||||||
|
Reference in New Issue
Block a user