diff libmpdemux/mpeg_packetizer.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 0c1db5fd3f79
children
line wrap: on
line diff
--- a/libmpdemux/mpeg_packetizer.h	Tue May 12 19:25:35 2009 +0000
+++ b/libmpdemux/mpeg_packetizer.h	Wed May 13 02:58:57 2009 +0000
@@ -31,11 +31,11 @@
 #include <stdint.h>
 
 /* Send MPEG <type> PES packet */
-int send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts, 
+int send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts,
                           int type, int my_write (const unsigned char *data, int len));
 
 /* Send MPEG <type> PS packet */
-int send_mpeg_ps_packet (unsigned char *data, int len, int id, uint64_t pts, 
+int send_mpeg_ps_packet (unsigned char *data, int len, int id, uint64_t pts,
                          int type,int my_write (const unsigned char *data, int len));
 
 /* Send MPEG 2 LPCM packet */