Commit 436ced24 authored by Nidhi Makhijani's avatar Nidhi Makhijani Committed by Diego Biurrun

mpegenccontext: Remove unused opaque pointer

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent ce2e858f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment