Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* Re: [FFmpeg-devel] [PATCH] libavcodec/h264_refs.c: respect ref_frame_count when adding short term refs after a frame num gap
       [not found] <20241114045933.604098-1-scott.the.elm@gmail.com>
@ 2025-02-21  5:40 ` Scott Theisen
  0 siblings, 0 replies; only message in thread
From: Scott Theisen @ 2025-02-21  5:40 UTC (permalink / raw)
  To: ffmpeg-devel

On 11/13/24 23:59, Scott Theisen wrote:
> From: Janne Grunau <jgrunau@mythtv.org>
>
> this silences the "number of reference frames exceeds max
> (probably corrupt input), discarding one" message
> in the uninteresting cases, i.e. after seeking, playback start
>
> originally from:
> https://github.com/MythTV/mythtv/commit/53257097eb6c1fd4259d20bc92f8820a023ec953
>
> referencing:
> https://code.mythtv.org/trac/ticket/6729
> https://code.mythtv.org/trac/ticket/8367
> ---
>   libavcodec/h264_refs.c | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c
> index 5eb2855065..63ad617268 100644
> --- a/libavcodec/h264_refs.c
> +++ b/libavcodec/h264_refs.c
> @@ -759,6 +759,12 @@ int ff_h264_execute_ref_pic_marking(H264Context *h)
>               h->short_ref[0] = h->cur_pic_ptr;
>               h->short_ref_count++;
>               h->cur_pic_ptr->reference |= h->picture_structure;
> +
> +            // do not add more reference frames than allowed after seeing frame num gap
> +            if (!mmco_count && h->short_ref_count > h->ps.sps->ref_frame_count) {
> +                pic = h->short_ref[h->short_ref_count - 1];
> +                remove_short(h, pic->frame_num, 0);
> +            }
>           }
>       }
>   

Ping?  Rebased onto master cleanly.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-21  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241114045933.604098-1-scott.the.elm@gmail.com>
2025-02-21  5:40 ` [FFmpeg-devel] [PATCH] libavcodec/h264_refs.c: respect ref_frame_count when adding short term refs after a frame num gap Scott Theisen

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git