Commit 0694a009 authored by Måns Rullgård's avatar Måns Rullgård

Fix build

Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9125806e
...@@ -85,7 +85,7 @@ struct Program { ...@@ -85,7 +85,7 @@ struct Program {
unsigned int pids[MAX_PIDS_PER_PROGRAM]; unsigned int pids[MAX_PIDS_PER_PROGRAM];
}; };
typedef struct MpegTSContext { struct MpegTSContext {
/* user data */ /* user data */
AVFormatContext *stream; AVFormatContext *stream;
/** raw packet size, including FEC if present */ /** raw packet size, including FEC if present */
...@@ -120,7 +120,7 @@ typedef struct MpegTSContext { ...@@ -120,7 +120,7 @@ typedef struct MpegTSContext {
/** filters for various streams specified by PMT + for the PAT and PMT */ /** filters for various streams specified by PMT + for the PAT and PMT */
MpegTSFilter *pids[NB_PID_MAX]; MpegTSFilter *pids[NB_PID_MAX];
} MpegTSContext; };
/* TS stream handling */ /* TS stream handling */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment