summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorNidhi Makhijani <nidhimj22@gmail.com>2014-07-24 20:22:43 +0530
committerDiego Biurrun <diego@biurrun.de>2014-07-24 07:59:44 -0700
commit436ced244fadcde2c0b925627920e84b25482542 (patch)
tree82f20cdafbdcfc28c45d364ac3385a37b8c6b908 /libavcodec/mpegvideo.h
parentce2e858f5b3416c2d54f7f8c14e901f75c48b785 (diff)
mpegenccontext: Remove unused opaque pointer
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 5ddb4f3c82..ec1577a00e 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -457,8 +457,6 @@ typedef struct MpegEncContext {
int dct_count[2];
uint16_t (*dct_offset)[64];
- void *opaque; ///< private data for the user
-
/* bit rate control */
int64_t total_bits;
int frame_bits; ///< bits used for the current frame