Browse Source

Fix mpeg audio regression test failure

Originally committed as revision 16599 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 16 years ago
parent
commit
7356aaa786
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/mpegaudioenc.c

+ 3
- 0
libavcodec/mpegaudioenc.c View File

@@ -26,6 +26,9 @@

#include "avcodec.h"
#include "bitstream.h"

#undef CONFIG_MPEGAUDIO_HP
#define CONFIG_MPEGAUDIO_HP 0
#include "mpegaudio.h"

/* currently, cannot change these constants (need to modify


Loading…
Cancel
Save