comparison mpegts.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 814fbf5732eb
children 92f61ed53965
comparison
equal deleted inserted replaced
2170:4452d75a9298 2171:a6d6b2b19341
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22 #include "avformat.h"
21 23
22 #define TS_FEC_PACKET_SIZE 204 24 #define TS_FEC_PACKET_SIZE 204
23 #define TS_DVHS_PACKET_SIZE 192 25 #define TS_DVHS_PACKET_SIZE 192
24 #define TS_PACKET_SIZE 188 26 #define TS_PACKET_SIZE 188
25 #define NB_PID_MAX 8192 27 #define NB_PID_MAX 8192