]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/omadec.c
oggspeexparse: fix array overread
[ffmpeg] / libavformat / omadec.c
index 59fff73b2fe302a87092e808681e749660e05103..8d29675c1c05a65fe562eaffa80bd41f70799528 100644 (file)
@@ -37,7 +37,6 @@
  * - Sound data organized in packets follow the EA3 header
  *   (can be encrypted using the Sony DRM!).
  *
- * CODEC SUPPORT: Only ATRAC3 codec is currently supported!
  */
 
 #include "libavutil/channel_layout.h"
@@ -47,7 +46,6 @@
 #include "libavutil/des.h"
 #include "oma.h"
 #include "pcm.h"
-#include "riff.h"
 #include "id3v2.h"