summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cbs_jpeg.h')
-rw-r--r--libavcodec/cbs_jpeg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/cbs_jpeg.h b/libavcodec/cbs_jpeg.h
index 913d3f90f6..ff1961106f 100644
--- a/libavcodec/cbs_jpeg.h
+++ b/libavcodec/cbs_jpeg.h
@@ -120,11 +120,4 @@ typedef struct JPEGRawComment {
} JPEGRawComment;
-typedef struct CodedBitstreamJPEGContext {
- // Write buffer.
- uint8_t *write_buffer;
- size_t write_buffer_size;
-} CodedBitstreamJPEGContext;
-
-
#endif /* AVCODEC_CBS_JPEG_H */