[MPlayer-cvslog] r38451 - trunk/libmpcodecs/vd_ffmpeg.c
    al 
    subversion at mplayerhq.hu
       
    Tue Apr  9 00:29:41 EEST 2024
    
    
  
Author: al
Date: Tue Apr  9 00:29:41 2024
New Revision: 38451
Log:
vd ffmpeg: Remove reference to slice_offset which was removed from FFmpeg
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
Modified:
   trunk/libmpcodecs/vd_ffmpeg.c
Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c	Tue Apr  9 00:26:17 2024	(r38450)
+++ trunk/libmpcodecs/vd_ffmpeg.c	Tue Apr  9 00:29:41 2024	(r38451)
@@ -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-cvslog
mailing list