2 * This file was ported to MPlayer from xine CVS sdpplin.h,v 1.1 2002/12/24 01:30:22
6 * Copyright (C) 2002 the xine project
8 * This file is part of xine, a free video player.
10 * xine is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * xine is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
29 #ifndef HAVE_SDPPLIN_H
30 #define HAVE_SDPPLIN_H
36 #define uint32_t unsigned int
37 #define uint16_t unsigned short int
38 #define uint8_t unsigned char
51 int min_switch_overlap
;
53 int end_one_rule_end_all
;
59 int seek_greater_on_switch
;
69 int rmff_flags_length
;
71 int asm_rule_book_length
;
78 int sdp_version
, sdpplin_version
;
89 int is_real_data_type
;
95 int asm_rule_book_length
;
106 sdpplin_stream_t
**stream
;
110 sdpplin_t
*sdpplin_parse(char *data
);
112 void sdpplin_free(sdpplin_t
*description
);