[FFmpeg-cvslog] r9398 - trunk/libavformat/vocdec.c
aurel
subversion
Sat Jun 23 14:47:02 CEST 2007
Author: aurel
Date: Sat Jun 23 14:47:02 2007
New Revision: 9398
Log:
remove useless empty function
Modified:
trunk/libavformat/vocdec.c
Modified: trunk/libavformat/vocdec.c
==============================================================================
--- trunk/libavformat/vocdec.c (original)
+++ trunk/libavformat/vocdec.c Sat Jun 23 14:47:02 2007
@@ -134,11 +134,6 @@ static int voc_read_packet(AVFormatConte
return voc_get_packet(s, pkt, s->streams[0], 0);
}
-static int voc_read_close(AVFormatContext *s)
-{
- return 0;
-}
-
AVInputFormat voc_demuxer = {
"voc",
"Creative Voice File format",
@@ -146,6 +141,5 @@ AVInputFormat voc_demuxer = {
voc_probe,
voc_read_header,
voc_read_packet,
- voc_read_close,
.codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0},
};
More information about the ffmpeg-cvslog
mailing list