summaryrefslogtreecommitdiffstats
path: root/libvo/jpeg_enc.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:26:13 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:34:35 +0300
commit0eb321bf2c1cc0e048faff26a01f86cdd3ec254f (patch)
tree71cb9bd9ed121156d3382066c0722c73189afe04 /libvo/jpeg_enc.h
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'libvo/jpeg_enc.h')
-rw-r--r--libvo/jpeg_enc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/jpeg_enc.h b/libvo/jpeg_enc.h
index 786d664a41..c3255ad99d 100644
--- a/libvo/jpeg_enc.h
+++ b/libvo/jpeg_enc.h
@@ -40,11 +40,11 @@ typedef struct {
int v_rs;
} jpeg_enc_t;
-jpeg_enc_t *jpeg_enc_init(int w, int h, int y_psize, int y_rsize,
+jpeg_enc_t *jpeg_enc_init(int w, int h, int y_psize, int y_rsize,
int u_psize, int u_rsize, int v_psize, int v_rsize,
int cu, int q, int b);
-int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data,
+int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data,
unsigned char *u_data, unsigned char *v_data, char *bufr);
void jpeg_enc_uninit(jpeg_enc_t *j);