projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9125806
)
Fix build
author
Måns Rullgård
<mans@mansr.com>
Mon, 1 Feb 2010 23:30:30 +0000
(23:30 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 1 Feb 2010 23:30:30 +0000
(23:30 +0000)
Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpegts.c
patch
|
blob
|
history
diff --git
a/libavformat/mpegts.c
b/libavformat/mpegts.c
index
f20c363
..
e1d1128
100644
(file)
--- a/
libavformat/mpegts.c
+++ b/
libavformat/mpegts.c
@@
-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 */