Author: bcoudurier Date: Mon Jun 2 21:42:37 2008 New Revision: 2330 Log: reorder includes to minize diff from svn
Modified: dvbmuxer/mpegtsenc.c Modified: dvbmuxer/mpegtsenc.c ============================================================================== --- dvbmuxer/mpegtsenc.c (original) +++ dvbmuxer/mpegtsenc.c Mon Jun 2 21:42:37 2008 @@ -18,8 +18,9 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "avformat.h" + #include "libavutil/crc.h" +#include "avformat.h" #include "mpegts.h" #include "libavcodec/bytestream.h" #include "mpegpes.h" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
