aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhentan feng <spyfeng@gmail.com>2011-05-01 21:10:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-01 21:10:00 +0200
commit80a330679f5916a868227fabcecc4889cc402a61 (patch)
treef750cebc0b51ec594de3348c35bd951b9560d5c6
parent636ee66f1c188de9d92cb794f8765390d8177c42 (diff)
downloadffmpeg-80a330679f5916a868227fabcecc4889cc402a61.tar.gz
rename wtv.c to wtvdec.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/Makefile2
-rw-r--r--libavformat/wtvdec.c (renamed from libavformat/wtv.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 428c641d67..e92b299eec 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -299,7 +299,7 @@ OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \
flacenc_header.o avlanguage.o
OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o
OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o
-OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asf.o asfdec.o mpegts.o riff.o
+OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o asf.o asfdec.o mpegts.o riff.o
OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o
OBJS-$(CONFIG_XA_DEMUXER) += xa.o
OBJS-$(CONFIG_XWMA_DEMUXER) += xwma.o riff.o
diff --git a/libavformat/wtv.c b/libavformat/wtvdec.c
index 795ea39bf9..795ea39bf9 100644
--- a/libavformat/wtv.c
+++ b/libavformat/wtvdec.c