[MPlayer-dev-eng] [RFC][PATCH 2/8] vd ffmpeg: Remove reference to slice_offset which was removed from FFmpeg
Alexander Strasser
eclipse7 at gmx.net
Thu Apr 4 01:39:21 EEST 2024
This field isn't used anymore in MPlayer since a long time and the
remaining av_freep call is probably just a left over.
Removed from lavc on bump to 61
---
libmpcodecs/vd_ffmpeg.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c
index 37f9317a8..c00c978ab 100644
--- a/libmpcodecs/vd_ffmpeg.c
+++ b/libmpcodecs/vd_ffmpeg.c
@@ -526,7 +526,6 @@ static void uninit(sh_video_t *sh){
av_freep(&avctx->extradata);
av_freep(&avctx->hwaccel_context);
- av_freep(&avctx->slice_offset);
}
avcodec_free_context(&avctx);
--
More information about the MPlayer-dev-eng
mailing list