summaryrefslogtreecommitdiff
path: root/libavcodec/aacadtsdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aacadtsdec.h')
-rw-r--r--libavcodec/aacadtsdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacadtsdec.h b/libavcodec/aacadtsdec.h
index 60fdd221a2..6319efcea3 100644
--- a/libavcodec/aacadtsdec.h
+++ b/libavcodec/aacadtsdec.h
@@ -28,7 +28,7 @@
#define AAC_ADTS_HEADER_SIZE 7
-typedef struct {
+typedef struct AACADTSHeaderInfo {
uint32_t sample_rate;
uint32_t samples;
uint32_t bit_rate;