[FFmpeg-soc] [soc]: r2337 - dvbmuxer/mpegpes.h
bcoudurier
subversion at mplayerhq.hu
Mon Jun 2 22:15:37 CEST 2008
Author: bcoudurier
Date: Mon Jun 2 22:15:37 2008
New Revision: 2337
Log:
cosmetics
Modified:
dvbmuxer/mpegpes.h
Modified: dvbmuxer/mpegpes.h
==============================================================================
--- dvbmuxer/mpegpes.h (original)
+++ dvbmuxer/mpegpes.h Mon Jun 2 22:15:37 2008
@@ -111,7 +111,7 @@ void ff_pes_write_packet(AVFormatContext
* @param[out] best_i Index of the stream to be muxed
* @return Negative on error, zero if not found, 1 if found.
*/
-int ff_pes_find_beststream(AVFormatContext *ctx, int packet_size, int flush, int64_t *scr, int* best_i);
+int ff_pes_find_beststream(AVFormatContext *ctx, int packet_size, int flush, int64_t *scr, int *best_i);
/**
* Get total number of frames of PES stream to be muxed considering len
@@ -159,7 +159,7 @@ void ff_pes_cal_header(StreamInfo *strea
*/
int ff_pes_muxer_write(AVFormatContext *ctx, int stream_index, uint8_t *buf,
int64_t pts, int64_t dts, int id, int startcode,
- uint8_t* pes_content, int pes_content_len,
+ uint8_t *pes_content, int pes_content_len,
int header_len, int packet_size, int payload_size, int stuffing_size);
/**
More information about the FFmpeg-soc
mailing list