vlc/vlc-2.2 | branch: master | Rafaël Carré <fun...@videolan.org> | Tue Jul 22 10:39:42 2014 +0200| [b3f6bd626c0d67443624f617370c7aa9b8638467] | committer: Jean-Baptiste Kempf
TS demux: remove unused defines (cherry picked from commit e35fc506ffd4951c236efd8324860cc19f952a67) Signed-off-by: Jean-Baptiste Kempf <j...@videolan.org> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=b3f6bd626c0d67443624f617370c7aa9b8638467 --- modules/demux/ts.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/demux/ts.c b/modules/demux/ts.c index a90d321..dcd1d94 100644 --- a/modules/demux/ts.c +++ b/modules/demux/ts.c @@ -99,13 +99,6 @@ static void Close ( vlc_object_t * ); " the TS stream, instead of 1, 2, 3, etc. Useful to" \ " do \'#duplicate{..., select=\"es=<pid>\"}\'.") -#define TSOUT_TEXT N_("Fast udp streaming") -#define TSOUT_LONGTEXT N_( \ - "Sends TS to specific ip:port by udp (you must know what you are doing).") - -#define MTUOUT_TEXT N_("MTU for out mode") -#define MTUOUT_LONGTEXT N_("MTU for out mode.") - #define CSA_TEXT N_("CSA Key") #define CSA_LONGTEXT N_("CSA encryption key. This must be a " \ "16 char string (8 hexadecimal bytes).") @@ -384,7 +377,6 @@ static void SetPrgFilter( demux_t *, int i_prg, bool b_selected ); #define TS_PACKET_SIZE_192 192 #define TS_PACKET_SIZE_204 204 #define TS_PACKET_SIZE_MAX 204 -#define TS_TOPFIELD_HEADER 1320 static int DetectPacketSize( demux_t *p_demux, int *pi_header_size ) { _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits