diff options
author | Christophe Thommeret <hftom@free.fr> | 2008-12-21 18:26:02 +0000 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2008-12-21 18:26:02 +0000 |
commit | 7971f828de6729928e47aebba1891a6adb34a786 (patch) | |
tree | 513175c18b2e504c530dc84dbfe12dd3df28abf1 /src/libvdpau/dpb.h | |
parent | 2678d7535d0f261d016a0fd0119822b25b571c9d (diff) | |
download | xine-lib-7971f828de6729928e47aebba1891a6adb34a786.tar.gz xine-lib-7971f828de6729928e47aebba1891a6adb34a786.tar.bz2 |
vdpau_h264: release frames at dispose.
Diffstat (limited to 'src/libvdpau/dpb.h')
-rw-r--r-- | src/libvdpau/dpb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libvdpau/dpb.h b/src/libvdpau/dpb.h index b3999f125..30a0da50b 100644 --- a/src/libvdpau/dpb.h +++ b/src/libvdpau/dpb.h @@ -69,6 +69,7 @@ int dpb_set_output_picture(struct dpb *dpb, struct decoded_picture *outpic); int dpb_remove_picture(struct dpb *dpb, struct decoded_picture *rempic); int dpb_add_picture(struct dpb *dpb, struct decoded_picture *pic, uint32_t num_ref_frames); int dpb_flush(struct dpb *dpb); +void dpb_free_all( struct dpb *dpb ); void fill_vdpau_reference_list(struct dpb *dpb, VdpReferenceFrameH264 *reflist); |