summaryrefslogtreecommitdiff
path: root/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch
blob: 455252a74c8ad12324684ad02fc0c589cc127f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: noad-0.8.6/ffmpeg_decoder.cpp
===================================================================
--- noad-0.8.6.orig/ffmpeg_decoder.cpp
+++ noad-0.8.6/ffmpeg_decoder.cpp
@@ -253,7 +253,11 @@ int FFMPegDecoder::decoder_exit()
 	// close the file
 	if( pFormatCtx )
 	{
+#if LIBAVFORMAT_VERSION_MAJOR < 54
 		av_close_input_file(pFormatCtx);
+#else
+		avformat_close_input(&pFormatCtx);
+#endif
 		pFormatCtx = NULL;
 	}
 	// Close the codec