]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pcm.c
lavf: Add functions for SRTP decryption/encryption
[ffmpeg] / libavformat / pcm.c
index 26ab1424b2fe3ed497e8116a2fe89198855d8b92..892e8ca24e8d6a47fba22ddd63f9d5a834b5c2fd 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/mathematics.h"
 #include "avformat.h"
 #include "pcm.h"
 
-int pcm_read_seek(AVFormatContext *s,
-                  int stream_index, int64_t timestamp, int flags)
+int ff_pcm_read_seek(AVFormatContext *s,
+                     int stream_index, int64_t timestamp, int flags)
 {
     AVStream *st;
     int block_align, byte_rate;