projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7599b
)
remove redundant declaration of mpegts_muxer
author
Måns Rullgård
<mans@mansr.com>
Sun, 8 Jul 2007 13:42:48 +0000
(13:42 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 8 Jul 2007 13:42:48 +0000
(13:42 +0000)
Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpegts.h
patch
|
blob
|
history
diff --git
a/libavformat/mpegts.h
b/libavformat/mpegts.h
index
b18e5a4
..
ef0ede6
100644
(file)
--- a/
libavformat/mpegts.h
+++ b/
libavformat/mpegts.h
@@
-58,8
+58,6
@@
#define STREAM_TYPE_SUBTITLE_DVB 0x100
-extern AVOutputFormat mpegts_muxer;
-
typedef struct MpegTSContext MpegTSContext;
MpegTSContext *mpegts_parse_open(AVFormatContext *s);