[FFmpeg-cvslog] r19029 - trunk/libavformat/mpegts.c
bcoudurier
subversion
Sun May 31 10:47:41 CEST 2009
Author: bcoudurier
Date: Sun May 31 10:47:40 2009
New Revision: 19029
Log:
initialize pes state to skip
Modified:
trunk/libavformat/mpegts.c
Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c Sun May 31 10:41:11 2009 (r19028)
+++ trunk/libavformat/mpegts.c Sun May 31 10:47:40 2009 (r19029)
@@ -1031,6 +1031,7 @@ static PESContext *add_pes_stream(MpegTS
pes->pid = pid;
pes->pcr_pid = pcr_pid;
pes->stream_type = stream_type;
+ pes->state = MPEGTS_SKIP;
tss = mpegts_open_pes_filter(ts, pid, mpegts_push_data, pes);
if (!tss) {
av_free(pes);
More information about the ffmpeg-cvslog
mailing list