]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersrc.h
wmadec: Adjust debug printf argument length modifier
[ffmpeg] / libavfilter / buffersrc.h
index ca82a75df852136a25e299f99b73f0bb29102a42..452c691b09f82c4cbb225e72f82a101c714cb699 100644 (file)
@@ -45,6 +45,6 @@ int av_buffersrc_buffer(AVFilterContext *s, AVFilterBufferRef *buf);
  * @warning frame data will be memcpy()ed, which may be a big performance
  *          hit. Use av_buffersrc_buffer() to avoid copying the data.
  */
-int av_buffersrc_write_frame(AVFilterContext *s, AVFrame *frame);
+int av_buffersrc_write_frame(AVFilterContext *s, const AVFrame *frame);
 
 #endif /* AVFILTER_BUFFERSRC_H */