diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-07-12 16:44:22 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-07-19 14:15:00 -0400 |
commit | 31b69928e5fd3d40dda4091ae7db340c582113af (patch) | |
tree | 48c091fdde61efffb9328544824e5ee26cbe1997 /libavcodec/eac3dec.c | |
parent | 29b42c66f70ec7f8bcac87cb3cb35ec13dc0c71e (diff) | |
download | ffmpeg-31b69928e5fd3d40dda4091ae7db340c582113af.tar.gz |
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
be used in the E-AC-3 encoder.
Diffstat (limited to 'libavcodec/eac3dec.c')
-rw-r--r-- | libavcodec/eac3dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eac3dec.c b/libavcodec/eac3dec.c index 54007686dd..212f6b4e38 100644 --- a/libavcodec/eac3dec.c +++ b/libavcodec/eac3dec.c @@ -51,7 +51,7 @@ #include "ac3_parser.h" #include "ac3dec.h" #include "ac3dec_data.h" -#include "eac3dec_data.h" +#include "eac3_data.h" /** gain adaptive quantization mode */ typedef enum { |