Mercurial > libavformat.hg
diff mpegts.h @ 1167:d89d7ef290da libavformat
give AVInput/OutputFormat structs consistent names
| author | mru |
|---|---|
| date | Sun, 09 Jul 2006 23:40:53 +0000 |
| parents | edbe5c3717f9 |
| children | 0899bfe4105c |
line wrap: on
line diff
--- a/mpegts.h Sun Jul 09 10:33:49 2006 +0000 +++ b/mpegts.h Sun Jul 09 23:40:53 2006 +0000 @@ -51,7 +51,7 @@ #define STREAM_TYPE_SUBTITLE_DVB 0x100 unsigned int mpegts_crc32(const uint8_t *data, int len); -extern AVOutputFormat mpegts_mux; +extern AVOutputFormat mpegts_muxer; typedef struct MpegTSContext MpegTSContext;
