Просмотр исходного кода

Add avcore.h header in samplefmt.h.

Avoid the need to manually include the avcore.h header, less
error-prone.

Originally committed as revision 26333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 14 лет назад
Родитель
Сommit
6cce172f27
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      libavcore/samplefmt.h

+ 2 - 0
libavcore/samplefmt.h

@@ -19,6 +19,8 @@
 #ifndef AVCORE_SAMPLEFMT_H
 #define AVCORE_SAMPLEFMT_H
 
+#include "avcore.h"
+
 /**
  * all in native-endian format
  */