summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-10 02:07:26 +0200
committerwm4 <wm4@nowhere>2013-07-10 02:07:26 +0200
commit186f6021b1aebd84dbb625d8747d5edaaf87dd38 (patch)
tree059932614b46a19dbc360d3d11b41b348dfe9fdc /demux/stheader.h
parent052d4ddbbbc91e95e9e4b380423ddb2f67437888 (diff)
downloadmpv-186f6021b1aebd84dbb625d8747d5edaaf87dd38.tar.bz2
mpv-186f6021b1aebd84dbb625d8747d5edaaf87dd38.tar.xz
core: move code from demux/video.c to mplayer.c
Although I don't like putting even more crap into mplayer.c, this is a bit better, especially with coming cleanups in mind.
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 0351a29ee7..8b584396ca 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -152,8 +152,4 @@ typedef struct sh_sub {
// demuxer.c:
struct sh_stream *new_sh_stream(struct demuxer *demuxer, enum stream_type type);
-// video.c:
-int video_read_frame(struct sh_video *sh_video, float *frame_time_ptr,
- unsigned char **start, int force_fps);
-
#endif /* MPLAYER_STHEADER_H */