]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec.h
Merge commit '79922d7237aba2b8c6abbd2e06a0c08e4f498ad4'
[ffmpeg] / libavcodec / ac3dec.h
index e0f3dc7be42eece767792f6b60f5e9cf2104e6eb..c3a43bf5cf67147b0528f914ef6417ce58d19c02 100644 (file)
@@ -65,7 +65,7 @@
 /** Large enough for maximum possible frame size when the specification limit is ignored */
 #define AC3_FRAME_BUFFER_SIZE 32768
 
-typedef struct {
+typedef struct AC3DecodeContext {
     AVClass        *class;                  ///< class for AVOptions
     AVCodecContext *avctx;                  ///< parent context
     AVFrame frame;                          ///< AVFrame for decoded output