Mercurial > mplayer.hg
diff libmpcodecs/pullup.h @ 11412:ec3dac7d17a0
Warning fixes (approved by A'rpi).
| author | rathann |
|---|---|
| date | Sat, 08 Nov 2003 00:26:51 +0000 |
| parents | fdcd0d571912 |
| children | 168e540bad66 |
line wrap: on
line diff
--- a/libmpcodecs/pullup.h Sat Nov 08 00:09:15 2003 +0000 +++ b/libmpcodecs/pullup.h Sat Nov 08 00:26:51 2003 +0000 @@ -64,7 +64,7 @@ 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);
