[FFmpeg-soc] [soc]: r2330 - dvbmuxer/mpegtsenc.c
bcoudurier
subversion at mplayerhq.hu
Mon Jun 2 21:42:38 CEST 2008
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"
More information about the FFmpeg-soc
mailing list