comparison mpegts.c @ 6387:4974b3d4992b libavformat

rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
author aurel
date Wed, 18 Aug 2010 20:34:31 +0000
parents 65745776af68
children
comparison
equal deleted inserted replaced
6386:dd54b36d1b8c 6387:4974b3d4992b
684 684
685 if ((pes->st && pes->st->discard == AVDISCARD_ALL) || 685 if ((pes->st && pes->st->discard == AVDISCARD_ALL) ||
686 code == 0x1be) /* padding_stream */ 686 code == 0x1be) /* padding_stream */
687 goto skip; 687 goto skip;
688 688
689 #if LAVF_API_MAX_STREAMS 689 #if FF_API_MAX_STREAMS
690 if (!pes->st && pes->stream->nb_streams == MAX_STREAMS) 690 if (!pes->st && pes->stream->nb_streams == MAX_STREAMS)
691 goto skip; 691 goto skip;
692 #endif 692 #endif
693 693
694 /* stream not present in PMT */ 694 /* stream not present in PMT */