1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Cosmetics: Break long line.

Originally committed as revision 16519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2009-01-10 22:55:26 +00:00
parent 250dd6f0f7
commit 6f0b5d6fae

View 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;