]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pcm.h
lavf: Fix assignments in if()
[ffmpeg] / libavformat / pcm.h
index 228df1394bb67ffc73fe15c987aff101112e0664..30cbc86ee3bc09e7b592b4c6ed85e9ab3aac50a7 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "avformat.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);
 
 #endif /* AVFORMAT_PCM_H */