Commit 3b7bbf06 authored by cehoyos's avatar cehoyos

Cosmetics: Break long line.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16519 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fc2f0ad3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment