Mercurial > libavcodec.hg
comparison ws-snd1.c @ 12434:7915312dd862 libavcodec
Include stdint.h instead of inttypes.h, it is enough for what this file need.
author | vitor |
---|---|
date | Sun, 29 Aug 2010 15:46:38 +0000 |
parents | 46724a37cc2d |
children |
comparison
equal
deleted
inserted
replaced
12433:46724a37cc2d | 12434:7915312dd862 |
---|---|
17 * You should have received a copy of the GNU Lesser General Public | 17 * You should have received a copy of the GNU Lesser General Public |
18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | 21 |
22 #include <inttypes.h> | 22 #include <stdint.h> |
23 #include "libavutil/intreadwrite.h" | 23 #include "libavutil/intreadwrite.h" |
24 #include "avcodec.h" | 24 #include "avcodec.h" |
25 | 25 |
26 /** | 26 /** |
27 * @file | 27 * @file |