]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_buffer.h
Merge remote branch 'qatar/master'
[ffmpeg] / libavfilter / vsrc_buffer.h
index 79a9908c699e31bb63b3266e4aa28d91343cbb21..68f784789080aa8acec989bcc2a108f8b4be8662 100644 (file)
 #include "avfilter.h"
 
 int av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame,
-                             int64_t pts, AVRational pixel_aspect);
+                             int64_t pts);
 
 int av_vsrc_buffer_add_frame2(AVFilterContext *buffer_filter, AVFrame *frame,
-                              int64_t pts, AVRational pixel_aspect, int width,
+                              int64_t pts, int width,
                               int height, enum PixelFormat  pix_fmt,
                               const char *sws_param);