summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2009-01-14 16:50:33 +0000
committerJulian Scheel <julian@jusst.de>2009-01-14 16:50:33 +0000
commit6c6068d4b935c3eb90a3d3b8b94a3fc0bceaa607 (patch)
treec833643fa6f195a4650f91c83e09c229fee3c7b0 /src/libvdpau/h264_parser.h
parent0438996eb92b438affca59c2418498f6d5a558c5 (diff)
downloadxine-lib-6c6068d4b935c3eb90a3d3b8b94a3fc0bceaa607.tar.gz
xine-lib-6c6068d4b935c3eb90a3d3b8b94a3fc0bceaa607.tar.bz2
Rework slicing, so that it works for all containers.
Supports at least ts,pes,mkv, mov, mp4 now.
Diffstat (limited to 'src/libvdpau/h264_parser.h')
-rw-r--r--src/libvdpau/h264_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libvdpau/h264_parser.h b/src/libvdpau/h264_parser.h
index bb9e12f79..c99c3cd80 100644
--- a/src/libvdpau/h264_parser.h
+++ b/src/libvdpau/h264_parser.h
@@ -57,6 +57,8 @@ struct nal_parser {
uint8_t nal_size_length;
uint32_t next_nal_size;
+ uint8_t *nal_size_length_buf;
+ uint8_t have_nal_size_length_buf;
struct nal_unit *nal0;
struct nal_unit *nal1;