[SCM] libav/experimental: Fix build
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:59:17 UTC 2013
The following commit has been merged in the experimental branch:
commit 0694a009b65540e95eb1ecfa8f5a8a74e36bef1f
Author: Måns Rullgård <mans at mansr.com>
Date: Mon Feb 1 23:30:30 2010 +0000
Fix build
Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index f20c363..e1d1128 100644
--- 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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list