Browse Source

Fix build

Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
0694a009b6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/mpegts.c

+ 2
- 2
libavformat/mpegts.c View File

@@ -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 */



Loading…
Cancel
Save