Commit ce8e27e0 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '436ced24'

* commit '436ced24':
  mpegenccontext: Remove unused opaque pointer
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7923aa0f 436ced24
......@@ -469,8 +469,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