projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5256e42
)
Remove wrappers of pcm_read_seek().
author
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 21:54:07 +0000
(21:54 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 21:54:07 +0000
(21:54 +0000)
Last commit missed one file.
Originally committed as revision 13681 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mmf.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/mmf.c
b/libavformat/mmf.c
index
df9f299
..
31160a9
100644
(file)
--- a/
libavformat/mmf.c
+++ b/
libavformat/mmf.c
@@
-295,12
+295,6
@@
static int mmf_read_close(AVFormatContext *s)
return 0;
}
-static int mmf_read_seek(AVFormatContext *s,
- int stream_index, int64_t timestamp, int flags)
-{
- return pcm_read_seek(s, stream_index, timestamp, flags);
-}
-
#ifdef CONFIG_MMF_DEMUXER
AVInputFormat mmf_demuxer = {
"mmf",
@@
-310,7
+304,7
@@
AVInputFormat mmf_demuxer = {
mmf_read_header,
mmf_read_packet,
mmf_read_close,
-
mmf
_read_seek,
+
pcm
_read_seek,
};
#endif
#ifdef CONFIG_MMF_MUXER