]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
threads: add sysconf based number of CPUs detection
[ffmpeg] / libavcodec / aac.h
index 0653f810fdadcbe49c34824b37dc47a936e32555..30491fe85a16ffccb476ab1f6f9131b8620f5f25 100644 (file)
@@ -251,6 +251,7 @@ typedef struct {
  */
 typedef struct {
     AVCodecContext *avctx;
+    AVFrame frame;
 
     MPEG4AudioConfig m4ac;