changeset 8561:2a8ad335df49 libavcodec

Cosmetics: Break long line.
author cehoyos
date Sat, 10 Jan 2009 22:55:26 +0000
parents a683a89503eb
children 187862685e70
files vdpauvideo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;