summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index de43609f58..4e0eb1d463 100644
--- a/libavcodec/ac3dec.h
+++ b/libavcodec/ac3dec.h
@@ -27,7 +27,7 @@
#ifndef FFMPEG_AC3DEC_H
#define FFMPEG_AC3DEC_H
-#include "libavutil/random.h"
+#include "libavutil/lfg.h"
#include "ac3tab.h"
#include "ac3.h"
#include "bitstream.h"
@@ -143,7 +143,7 @@ typedef struct {
///@defgroup dithering zero-mantissa dithering
int dither_all; ///< true if all channels are dithered
int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg)
- AVRandomState dith_state; ///< for dither generation
+ AVLFG dith_state; ///< for dither generation
///@}
///@defgroup imdct IMDCT