summaryrefslogtreecommitdiff
path: root/multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-05-31 18:42:07 +0000
committerRene Ladan <rene@FreeBSD.org>2019-05-31 18:42:07 +0000
commit104763fcf0a5d09f9ee3ce31a67e68182039df9a (patch)
tree01c1bfaca72ba14ffcf57c53d8e6efae3f93c55c /multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c
parentdns/dnsperf: build with BIND 9.14 instead of expired BIND 9.12 (diff)
Remove expired ports:
2019-05-31 multimedia/gmerlin-avdecoder: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0 2019-05-31 security/racoon2-legacy: No longer supported upstream, use security/racoon2 2019-05-31 www/pivotx: inactive upstream and does not work with PHP 7 2019-05-31 dns/bind912: Support ends, please move to dns/bind914. 2019-05-31 multimedia/vdr-plugin-softhddevice: unmaintained and depends on vulnerable multimedia/ffmpeg0
Diffstat (limited to 'multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c')
-rw-r--r--multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c b/multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c
deleted file mode 100644
index 51eddc5d9d46..000000000000
--- a/multimedia/gmerlin-avdecoder/files/patch-lib-demux_ffmpeg.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- lib/demux_ffmpeg.c.orig 2012-06-08 13:51:34.000000000 +0200
-+++ lib/demux_ffmpeg.c 2012-07-22 00:23:38.489505138 +0200
-@@ -774,15 +774,17 @@
-
- /* Metadata */
- if(avfc->title[0])
-- ctx->tt->cur->metadata.title = bgav_strdup(avfc->title);
-+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_TITLE, avfc->title);
- if(avfc->author[0])
-- ctx->tt->cur->metadata.author = bgav_strdup(avfc->author);
-+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_AUTHOR, avfc->author);
- if(avfc->copyright[0])
-- ctx->tt->cur->metadata.copyright = bgav_strdup(avfc->copyright);
-+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_COPYRIGHT, avfc->copyright);
- if(avfc->album[0])
-- ctx->tt->cur->metadata.album = bgav_strdup(avfc->album);
-+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_ALBUM, avfc->album);
- if(avfc->genre[0])
-- ctx->tt->cur->metadata.genre = bgav_strdup(avfc->genre);
-+ gavl_metadata_set(&ctx->tt->cur->metadata, GAVL_META_GENRE, avfc->genre);
-+ if(avfc->track)
-+ gavl_metadata_set_int(&ctx->tt->cur->metadata, GAVL_META_TRACKNUMBER, avfc->track);
-
- #endif
-