mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
Remove pointless header #includes; #include only required header stdint.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30590 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
676a0c121e
commit
cf3100872d
@ -18,10 +18,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "config.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/// \param srate (out) sample rate
|
||||
/// \param num (out) number of audio frames in this ADTS frame
|
||||
|
Loading…
Reference in New Issue
Block a user