summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.h
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:26:51 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:26:51 +0000
commite1dc488097d28477768617cde168bd8146f834b1 (patch)
tree6852d5c932880f78db264f7eb3657a6a3c69b597 /libmpcodecs/pullup.h
parent304379ec71012bffc552685eff621b3906af3c55 (diff)
downloadmpv-e1dc488097d28477768617cde168bd8146f834b1.tar.bz2
mpv-e1dc488097d28477768617cde168bd8146f834b1.tar.xz
Warning fixes (approved by A'rpi).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r--libmpcodecs/pullup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h
index 6f5ef624a0..a61bd76bef 100644
--- a/libmpcodecs/pullup.h
+++ b/libmpcodecs/pullup.h
@@ -64,7 +64,7 @@ struct pullup_buffer *pullup_lock_buffer(struct pullup_buffer *b, int parity);
void pullup_release_buffer(struct pullup_buffer *b, int parity);
struct pullup_buffer *pullup_get_buffer(struct pullup_context *c, int parity);
-int pullup_submit_field(struct pullup_context *c, struct pullup_buffer *b, int parity);
+void pullup_submit_field(struct pullup_context *c, struct pullup_buffer *b, int parity);
void pullup_flush_fields(struct pullup_context *c);
struct pullup_frame *pullup_get_frame(struct pullup_context *c);