Mercurial > libavformat.hg
changeset 70:e851fa232508 libavformat
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)
author | michaelni |
---|---|
date | Wed, 26 Feb 2003 17:26:20 +0000 |
parents | 0686eeb0c21b |
children | a803af1b10be |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Tue Feb 25 13:12:41 2003 +0000 +++ b/utils.c Wed Feb 26 17:26:20 2003 +0000 @@ -605,7 +605,7 @@ TS case we do not do it because it would be too long */ st->codec_info_nb_real_frames++; - st->codec_info_nb_repeat_frames += st->codec.repeat_pict; + st->codec_info_nb_repeat_frames += st->codec.coded_frame->repeat_pict; #if 0 /* XXX: testing */ if ((st->codec_info_nb_real_frames % 24) == 23) {