diff vdpau_internal.h @ 8558:a5a04d73a570 libavcodec

Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
author cehoyos
date Sat, 10 Jan 2009 02:45:07 +0000
parents 13d14e77e91a
children 187862685e70
line wrap: on
line diff
--- a/vdpau_internal.h	Fri Jan 09 22:22:40 2009 +0000
+++ b/vdpau_internal.h	Sat Jan 10 02:45:07 2009 +0000
@@ -29,6 +29,7 @@
 
 void ff_vdpau_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
                                   int buf_size);
+void ff_vdpau_h264_set_reference_frames(H264Context *h);
 void ff_vdpau_h264_picture_complete(H264Context *h);
 
 #endif /* AVCODEC_VDPAU_INTERNAL_H */