mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
mpegenccontext: Remove unused opaque pointer
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
ce2e858f5b
commit
436ced244f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user