diff options
Diffstat (limited to 'src/video_dec/libvdpau/h264_parser.h')
-rw-r--r-- | src/video_dec/libvdpau/h264_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_dec/libvdpau/h264_parser.h b/src/video_dec/libvdpau/h264_parser.h index 71b99514b..d75a1e4d7 100644 --- a/src/video_dec/libvdpau/h264_parser.h +++ b/src/video_dec/libvdpau/h264_parser.h @@ -94,6 +94,7 @@ int parse_nal(uint8_t *buf, int buf_len, struct h264_parser *parser, int seek_for_nal(uint8_t *buf, int buf_len, struct h264_parser *parser); struct h264_parser* init_parser(xine_t *xine); +void reset_parser(struct h264_parser *parser); void free_parser(struct h264_parser *parser); int parse_frame(struct h264_parser *parser, uint8_t *inbuf, int inbuf_len, int64_t pts, |