mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Merge commit '436ced244fadcde2c0b925627920e84b25482542'
* commit '436ced244fadcde2c0b925627920e84b25482542': mpegenccontext: Remove unused opaque pointer Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ce8e27e0ed
@ -469,8 +469,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…
x
Reference in New Issue
Block a user