diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-04 01:23:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-04 01:23:54 +0100 |
commit | 0d20896775a2a61c4f25338b5ca7c3bdfb20bf95 (patch) | |
tree | 0f5bf0dc85f932d04d5b9f1f5373fadee44f0b21 | |
parent | b4fbad2634c4f9d094dbe000c794fa277ecd678e (diff) | |
parent | db5cc75f8b5620e7cd2d05762c3b087ab16d8c24 (diff) | |
download | ffmpeg-0d20896775a2a61c4f25338b5ca7c3bdfb20bf95.tar.gz |
Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'
* commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24':
wma.h: #include "avcodec.h"
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/wma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h index b776c5338a..cc9d6f9f8a 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -24,6 +24,7 @@ #include "libavutil/float_dsp.h" +#include "avcodec.h" #include "fft.h" #include "get_bits.h" #include "put_bits.h" |