Commit b3f6bd62 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

TS demux: remove unused defines

(cherry picked from commit e35fc506ffd4951c236efd8324860cc19f952a67)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d3eb378a
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment