diff 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
line wrap: on
line diff
--- a/mpegts.c	Wed Aug 18 16:29:46 2010 +0000
+++ b/mpegts.c	Wed Aug 18 20:34:31 2010 +0000
@@ -686,7 +686,7 @@
                         code == 0x1be) /* padding_stream */
                         goto skip;
 
-#if LAVF_API_MAX_STREAMS
+#if FF_API_MAX_STREAMS
                     if (!pes->st && pes->stream->nb_streams == MAX_STREAMS)
                         goto skip;
 #endif