summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmaprodec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.c')
-rw-r--r--apps/codecs/libwmapro/wmaprodec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c
index 1fc4386bd5..ea4cbe3a44 100644
--- a/apps/codecs/libwmapro/wmaprodec.c
+++ b/apps/codecs/libwmapro/wmaprodec.c
@@ -86,8 +86,8 @@
86 * subframe in order to reconstruct the output samples. 86 * subframe in order to reconstruct the output samples.
87 */ 87 */
88 88
89#include "get_bits.h" 89#include "ffmpeg_get_bits.h"
90#include "put_bits.h" 90#include "ffmpeg_put_bits.h"
91#include "wmaprodata.h" 91#include "wmaprodata.h"
92#include "wma.h" 92#include "wma.h"
93#include "wmaprodec.h" 93#include "wmaprodec.h"