Author: bcoudurier
Date: Mon Jun  2 09:59:47 2008
New Revision: 2320

Log:
cosmetics, remove empty lines

Modified:
   dvbmuxer/mpegpes.h

Modified: dvbmuxer/mpegpes.h
==============================================================================
--- dvbmuxer/mpegpes.h  (original)
+++ dvbmuxer/mpegpes.h  Mon Jun  2 09:59:47 2008
@@ -69,7 +69,6 @@ typedef struct {
     int format; ///< mux format (ts, svcd ...)
 } StreamInfo;
 
-
 #define AUDIO_ID 0xc0
 #define VIDEO_ID 0xe0
 #define AC3_ID   0x80
@@ -82,8 +81,6 @@ typedef struct {
 #define PADDING_STREAM     0x1be
 #define PRIVATE_STREAM_2   0x1bf
 
-
-
 /**
  * Initialization of PES muxer.
  * @param[in] ctx the AVFormatContext which contains streams
@@ -125,7 +122,6 @@ int ff_pes_find_beststream(AVFormatConte
  */
 int ff_pes_get_nb_frames(AVFormatContext *ctx, StreamInfo *stream, int len);
 
-
 /**
  * Caculate the PES header size
  * @param[in] id                stream id
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to