summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-18 14:52:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-18 14:52:44 +0100
commit14f79ba18f263a746f91dbd80f4d109fb16105ca (patch)
treef9e06d3bead049dee5dbcf20f4bdaf68c8157b1a /libavcodec/h264.h
parent99321d1b03b1724011101bf3c1d12beeb406b375 (diff)
downloadffmpeg-streaming-14f79ba18f263a746f91dbd80f4d109fb16105ca.zip
ffmpeg-streaming-14f79ba18f263a746f91dbd80f4d109fb16105ca.tar.gz
h264: remove redundant parts of old slice in extradata code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2be4809..af0c1e5 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -444,7 +444,6 @@ typedef struct H264Context {
int nal_unit_type;
uint8_t *rbsp_buffer[2];
unsigned int rbsp_buffer_size[2];
- int decoding_extradata;
/**
* Used to parse AVC variant of h264
OpenPOWER on IntegriCloud