move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)

Originally committed as revision 1608 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2003-02-26 17:26:20 +00:00
parent 5082f759e0
commit 2ec23b6d44
3 changed files with 28 additions and 32 deletions

View File

@@ -605,7 +605,7 @@ int av_find_stream_info(AVFormatContext *ic)
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) {