mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user