summaryrefslogtreecommitdiff
blob: 7b6deb055e755a978429c139083cccb27732e3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/profiles.c
+++ b/src/profiles.c
@@ -287,7 +287,7 @@
     return NULL;
   }
 
-  if (av_find_stream_info (ctx) < 0)
+  if (avformat_find_stream_info (ctx, NULL) < 0)
   {
     if (dlna->verbosity)
       fprintf (stderr, "can't find stream info\n");