summaryrefslogtreecommitdiff
path: root/media-video/dvdstyler/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-16 00:53:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-16 00:53:50 +0000
commit84dcbb8bcdcf5785ac3b24905c73ae4aa6bb781e (patch)
tree6f6b979013e5661ca4b3690bc9417307fdc169ce /media-video/dvdstyler/files
parent57e62db33bb33adb6593a2be7b3a5990aaf01f56 (diff)
gentoo auto-resync : 16:11:2022 - 00:53:49
Diffstat (limited to 'media-video/dvdstyler/files')
-rw-r--r--media-video/dvdstyler/files/ffmpeg4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/dvdstyler/files/ffmpeg4.patch b/media-video/dvdstyler/files/ffmpeg4.patch
deleted file mode 100644
index 39966dd1dfb8..000000000000
--- a/media-video/dvdstyler/files/ffmpeg4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: DVDStyler-3.0.4/src/mediaenc_ffmpeg.cpp
-===================================================================
---- DVDStyler-3.0.4.orig/src/mediaenc_ffmpeg.cpp
-+++ DVDStyler-3.0.4/src/mediaenc_ffmpeg.cpp
-@@ -223,7 +223,7 @@ bool wxFfmpegMediaEncoder::addAudioStrea
- c->time_base = (AVRational){ 1, c->sample_rate };
- // some formats want stream headers to be separate
- if(m_outputCtx->oformat->flags & AVFMT_GLOBALHEADER)
-- c->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
-
- return true;
- }