projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
[ffmpeg.git]
/
libavcodec
/
vdpau_internal.h
diff --git
a/libavcodec/vdpau_internal.h
b/libavcodec/vdpau_internal.h
index
6af2495
..
a989d89
100644
(file)
--- a/
libavcodec/vdpau_internal.h
+++ b/
libavcodec/vdpau_internal.h
@@
-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 */