aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osg/files/patch-src_osgPlugins_ffmpeg_FFmpegPacket.hpp
blob: daa4932f1e6f782c61073b39e9c05b4b0bdb1baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/osgPlugins/ffmpeg/FFmpegPacket.hpp.orig	2022-12-01 18:17:31 UTC
+++ src/osgPlugins/ffmpeg/FFmpegPacket.hpp
@@ -42,7 +42,7 @@ namespace osgFFmpeg
         void clear()
         {
             if (packet.data != 0)
-                av_free_packet(&packet);
+                av_packet_unref(&packet);
 
             release();
         }