summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 00:39:29 +0200
committerwm4 <wm4@nowhere>2013-07-08 00:39:29 +0200
commit90813f340250a3848f66f13a644e74a92ca5d907 (patch)
treed2ef9efab0106afd96a15446fb6e013a168e7518 /demux/stheader.h
parentc4f33d784a058325b26ba82f34c43dab0cb19dc8 (diff)
downloadmpv-90813f340250a3848f66f13a644e74a92ca5d907.tar.bz2
mpv-90813f340250a3848f66f13a644e74a92ca5d907.tar.xz
demux: remove video_read_properties
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 68b9076b88..a4ae0b28bb 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -164,7 +164,6 @@ typedef struct sh_sub {
struct sh_stream *new_sh_stream(struct demuxer *demuxer, enum stream_type type);
// video.c:
-int video_read_properties(struct sh_video *sh_video);
int video_read_frame(struct sh_video *sh_video, float *frame_time_ptr,
unsigned char **start, int force_fps);