summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A01-mkv-forced-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/A01-mkv-forced-flag.patch')
-rw-r--r--contrib/ffmpeg/A01-mkv-forced-flag.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/ffmpeg/A01-mkv-forced-flag.patch b/contrib/ffmpeg/A01-mkv-forced-flag.patch
deleted file mode 100644
index e18590d50..000000000
--- a/contrib/ffmpeg/A01-mkv-forced-flag.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
-index cab43f4..8688616 100644
---- a/libavformat/matroskaenc.c
-+++ b/libavformat/matroskaenc.c
-@@ -769,6 +769,8 @@ static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv,
- // if we need to clear it.
- if (!(st->disposition & AV_DISPOSITION_DEFAULT))
- put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
-+ if (st->disposition & AV_DISPOSITION_FORCED)
-+ put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGFORCED, !!(st->disposition & AV_DISPOSITION_FORCED));
-
- if (codec->codec_type == AVMEDIA_TYPE_AUDIO && codec->initial_padding) {
- mkv->tracks[i].ts_offset = av_rescale_q(codec->initial_padding,