[FFmpeg-cvslog] r16519 - trunk/libavcodec/vdpauvideo.c
cehoyos
subversion
Sat Jan 10 23:55:27 CET 2009
Author: cehoyos
Date: Sat Jan 10 23:55:26 2009
New Revision: 16519
Log:
Cosmetics: Break long line.
Modified:
trunk/libavcodec/vdpauvideo.c
Modified: trunk/libavcodec/vdpauvideo.c
==============================================================================
--- trunk/libavcodec/vdpauvideo.c Sat Jan 10 21:31:40 2009 (r16518)
+++ trunk/libavcodec/vdpauvideo.c Sat Jan 10 23:55:26 2009 (r16519)
@@ -106,7 +106,8 @@ void ff_vdpau_h264_set_reference_frames(
}
}
-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;
More information about the ffmpeg-cvslog
mailing list