Browse Source

Add missing #includes to mp3_header_(de)compress bsf

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
5026f946fd
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/mp3_header_compress_bsf.c
  2. +1
    -0
      libavcodec/mp3_header_decompress_bsf.c

+ 1
- 0
libavcodec/mp3_header_compress_bsf.c View File

@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "mpegaudio.h"



+ 1
- 0
libavcodec/mp3_header_decompress_bsf.c View File

@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"


Loading…
Cancel
Save