adding lacking include to aac3_parser.c

Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Bartlomiej Wolowiec 17 years ago
parent 6808a8eaf2
commit eb538f6ec9
  1. 1
      libavcodec/aac_parser.c

@ -23,6 +23,7 @@
#include "parser.h"
#include "aac_ac3_parser.h"
#include "bitstream.h"
#include "ac3.h"
#define AAC_HEADER_SIZE 7

Loading…
Cancel
Save