summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h2645.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cbs_h2645.h')
-rw-r--r--libavcodec/cbs_h2645.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/cbs_h2645.h b/libavcodec/cbs_h2645.h
index f4cf65bdde..f4c987a511 100644
--- a/libavcodec/cbs_h2645.h
+++ b/libavcodec/cbs_h2645.h
@@ -19,9 +19,6 @@
#ifndef AVCODEC_CBS_H2645_H
#define AVCODEC_CBS_H2645_H
-#include <stddef.h>
-#include <stdint.h>
-
#include "h2645_parse.h"
@@ -33,10 +30,6 @@ typedef struct CodedBitstreamH2645Context {
int nal_length_size;
// Packet reader.
H2645Packet read_packet;
-
- // Write buffer
- uint8_t *write_buffer;
- size_t write_buffer_size;
} CodedBitstreamH2645Context;