[FFmpeg-cvslog] r21602 - trunk/libavformat/mpegts.c
mru
subversion
Tue Feb 2 00:30:30 CET 2010
Author: mru
Date: Tue Feb 2 00:30:30 2010
New Revision: 21602
Log:
Fix build
Modified:
trunk/libavformat/mpegts.c
Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c Tue Feb 2 00:10:04 2010 (r21601)
+++ trunk/libavformat/mpegts.c Tue Feb 2 00:30:30 2010 (r21602)
@@ -85,7 +85,7 @@ struct Program {
unsigned int pids[MAX_PIDS_PER_PROGRAM];
};
-typedef struct MpegTSContext {
+struct MpegTSContext {
/* user data */
AVFormatContext *stream;
/** raw packet size, including FEC if present */
@@ -120,7 +120,7 @@ typedef struct MpegTSContext {
/** filters for various streams specified by PMT + for the PAT and PMT */
MpegTSFilter *pids[NB_PID_MAX];
-} MpegTSContext;
+};
/* TS stream handling */
More information about the ffmpeg-cvslog
mailing list