ffmpeg/libswresample
Clément Bœsch 52b7823b73 swr: include stdint.h instead of inttypes.h.
stdint.h is for the [u]int*_t types, which is the only thing we need for
the prototypes. inttypes.h includes stdint.h and defines more thing we
don't need here.

Bump micro in case a user app was relying on this include for its own
code.
2012-11-20 21:53:06 +01:00
..
arm
x86
Makefile
audioconvert.c
audioconvert.h Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
dither.c
libswresample.v
log2_tab.c
rematrix.c swr/rematrix: move templating parameters to template itself. 2012-11-15 21:24:49 +01:00
rematrix_template.c swr/rematrix: move templating parameters to template itself. 2012-11-15 21:24:49 +01:00
resample.c swr/resample: fix SSSE3 included unconditionally. 2012-11-15 23:52:44 +01:00
resample_template.c swr/resample: move templating parameters to template itself. 2012-11-15 21:24:49 +01:00
swresample-test.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
swresample.c swr: set default channel count options to 0. 2012-11-19 18:49:14 +01:00
swresample.h swr: include stdint.h instead of inttypes.h. 2012-11-20 21:53:06 +01:00
swresample_internal.h Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
version.h swr: include stdint.h instead of inttypes.h. 2012-11-20 21:53:06 +01:00