Commit 047c5e17 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '98cec5c8'

* commit '98cec5c8':
  ratecontrol: remove an unused variable
  vorbisdec: do not leak the first frame.
  vf_pad: fix a & instead of && typo

Conflicts:
	libavfilter/vf_pad.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 02a6b06d 98cec5c8
......@@ -61,7 +61,6 @@ typedef struct RateControlEntry{
* rate control context.
*/
typedef struct RateControlContext{
FILE *stats_file;
int num_entries; ///< number of RateControlEntries
RateControlEntry *entry;
double buffer_index; ///< amount of bits in the video/audio buffer
......
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