|
@@ -1,4 +1,4 @@
|
|
|
-From 9226226045a04c03f2f0c4ead1dfe7e0adefb53e Mon Sep 17 00:00:00 2001
|
|
|
+From b377cb1eec28c96ed779219bfd5e1bd798d78b3e Mon Sep 17 00:00:00 2001
|
|
|
From: Thomas Guillem <thomas@gllm.fr>
|
|
|
Date: Tue, 11 Apr 2017 15:15:26 +0200
|
|
|
Subject: [PATCH 16/17] build: rename exported symbols by module
|
|
@@ -88,7 +88,7 @@ index 5105dd1efd..7c97fc842a 100644
|
|
|
#define MUX_TEXT N_("Avformat mux")
|
|
|
#define MUX_LONGTEXT N_("Force use of a specific avformat muxer.")
|
|
|
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
|
|
|
-index 0d299a93d8..fa14e532bb 100644
|
|
|
+index 22fa9aae5a..81a81ac241 100644
|
|
|
--- a/modules/demux/avformat/demux.c
|
|
|
+++ b/modules/demux/avformat/demux.c
|
|
|
@@ -143,7 +143,7 @@ static void get_rotation(es_format_t *fmt, AVStream *s)
|
|
@@ -168,7 +168,7 @@ index f339af312c..52d0baf16a 100644
|
|
|
sout_mux_t *p_mux = (sout_mux_t*)p_this;
|
|
|
sout_mux_sys_t *p_sys = p_mux->p_sys;
|
|
|
diff --git a/modules/demux/ttml.c b/modules/demux/ttml.c
|
|
|
-index 146d129ff8..fa480e4cf9 100644
|
|
|
+index a22cbb6a79..b4de0dd009 100644
|
|
|
--- a/modules/demux/ttml.c
|
|
|
+++ b/modules/demux/ttml.c
|
|
|
@@ -391,7 +391,7 @@ static int Demux( demux_t* p_demux )
|
|
@@ -319,5 +319,5 @@ index ecc26e0d60..0c71cda6d2 100644
|
|
|
* frames, each algorithm is responsible for setting the offset correctly.
|
|
|
* (The default is 0, so if that is correct, there's no need to do anything.)
|
|
|
--
|
|
|
-2.13.3
|
|
|
+2.14.0
|
|
|
|