You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libdlna/files/libdlna-0.2.4-libav9.patch

12 lines
259 B

--- 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");