~ubuntu-branches/ubuntu/utopic/libav/utopic-proposed

« back to all changes in this revision

Viewing changes to libavcodec/nellymoserenc.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Reinhard Tartler, Rico Tzschichholz
  • Date: 2014-08-30 11:02:45 UTC
  • mfrom: (1.3.47 sid)
  • Revision ID: package-import@ubuntu.com-20140830110245-io3dg7q85wfr7125
Tags: 6:11~beta1-2
[ Reinhard Tartler ]
* Make libavcodec-dev depend on libavresample-dev

[ Rico Tzschichholz ]
* Some fixes and leftovers from soname bumps

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * http://wiki.multimedia.cx/index.php?title=Nellymoser
36
36
 */
37
37
 
 
38
#include "libavutil/common.h"
38
39
#include "libavutil/float_dsp.h"
39
40
#include "libavutil/mathematics.h"
40
 
#include "nellymoser.h"
 
41
 
 
42
#include "audio_frame_queue.h"
41
43
#include "avcodec.h"
42
 
#include "audio_frame_queue.h"
43
44
#include "fft.h"
44
45
#include "internal.h"
 
46
#include "nellymoser.h"
45
47
#include "sinewin.h"
46
48
 
47
49
#define BITSTREAM_WRITER_LE