]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec.h
avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis.
[ffmpeg] / libavcodec / ac3dec.h
index aa346cb020e3e15c07849fdce8d8fc3f9a955b9b..0f5e86e6b332e8c84a4427b20376af6f452d2991 100644 (file)
@@ -68,6 +68,7 @@
 typedef struct {
     AVClass        *class;                  ///< class for AVOptions
     AVCodecContext *avctx;                  ///< parent context
+    AVFrame frame;                          ///< AVFrame for decoded output
     GetBitContext gbc;                      ///< bitstream reader
 
 ///@name Bit stream information