comparison mpeg.c @ 178:d1290621cc6a libavformat

removed warnings
author bellard
date Thu, 17 Jul 2003 10:26:02 +0000
parents 7d56e9f83fdb
children 94fa5e3367ed
comparison
equal deleted inserted replaced
177:16c4e43f34e5 178:d1290621cc6a
404 #define MAX_SYNC_SIZE 100000 404 #define MAX_SYNC_SIZE 100000
405 405
406 static int mpegps_probe(AVProbeData *p) 406 static int mpegps_probe(AVProbeData *p)
407 { 407 {
408 int code, c, i; 408 int code, c, i;
409 const uint8_t *d;
410 409
411 code = 0xff; 410 code = 0xff;
412 /* we search the first start code. If it is a packet start code, 411 /* we search the first start code. If it is a packet start code,
413 then we decide it is mpeg ps. We do not send highest value to 412 then we decide it is mpeg ps. We do not send highest value to
414 give a chance to mpegts */ 413 give a chance to mpegts */