# HG changeset patch # User cehoyos # Date 1231628126 0 # Node ID 2a8ad335df493533dee09e07fec356b8fbbc2447 # Parent a683a89503ebceca23d65990b3e517c975f1cc5c Cosmetics: Break long line. diff -r a683a89503eb -r 2a8ad335df49 vdpauvideo.c --- a/vdpauvideo.c Sat Jan 10 09:55:55 2009 +0000 +++ b/vdpauvideo.c Sat Jan 10 22:55:26 2009 +0000 @@ -106,7 +106,8 @@ } } -void ff_vdpau_h264_add_data_chunk(H264Context *h, const uint8_t *buf, int buf_size) +void ff_vdpau_h264_add_data_chunk(H264Context *h, + const uint8_t *buf, int buf_size) { MpegEncContext * s = &h->s; struct vdpau_render_state * render;