diff --git a/libavcodec/vdpauvideo.c b/libavcodec/vdpauvideo.c index c1405eb6da..248716ac20 100644 --- a/libavcodec/vdpauvideo.c +++ b/libavcodec/vdpauvideo.c @@ -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;