| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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. |
13 years ago |
|
|
c02ae48271 |
swr: set default channel count options to 0.
If not set, they will be defined using the channel layout setting, which is much more convenient when using swr_alloc() instead of swr_alloc_set_opts(). |
13 years ago |
|
|
a70b4935f1 |
Add missing version macros to libraries
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |
|
|
b75c3d2b8b |
swresample: Create version.h header
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |