mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 23:33:11 +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];
|
int dct_count[2];
|
||||||
uint16_t (*dct_offset)[64];
|
uint16_t (*dct_offset)[64];
|
||||||
|
|
||||||
void *opaque; ///< private data for the user
|
|
||||||
|
|
||||||
/* bit rate control */
|
/* bit rate control */
|
||||||
int64_t total_bits;
|
int64_t total_bits;
|
||||||
int frame_bits; ///< bits used for the current frame
|
int frame_bits; ///< bits used for the current frame
|
||||||
|
Loading…
Reference in New Issue
Block a user