Browse Source

Cosmetics: Break long line.

Originally committed as revision 16519 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos 17 years ago
parent
commit
6f0b5d6fae
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/vdpauvideo.c

+ 2
- 1
libavcodec/vdpauvideo.c 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;


Loading…
Cancel
Save