]> git.sesse.net Git - ffmpeg/commitdiff
Cosmetics: Break long line.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sat, 10 Jan 2009 22:55:26 +0000 (22:55 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sat, 10 Jan 2009 22:55:26 +0000 (22:55 +0000)
Originally committed as revision 16519 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vdpauvideo.c

index c1405eb6da0ae828cfe1deb5a3aadf84b663d27d..248716ac203301567d3d730241a34eb51e0b75ca 100644 (file)
@@ -106,7 +106,8 @@ void ff_vdpau_h264_set_reference_frames(H264Context *h)
     }
 }
 
-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;