Browse Source

Remove unneeded #include

Originally committed as revision 25957 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Justin Ruggles 15 years ago
parent
commit
a913b5cf60
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/ac3enc.c

+ 0
- 1
libavcodec/ac3enc.c View File

@@ -28,7 +28,6 @@
#include "libavcore/audioconvert.h"
#include "libavutil/crc.h"
#include "avcodec.h"
#include "libavutil/common.h" /* for av_reverse */
#include "put_bits.h"
#include "ac3.h"
#include "audioconvert.h"


Loading…
Cancel
Save