]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/sink_buffer.c
x86: Fix assembly with NASM
[ffmpeg] / libavfilter / sink_buffer.c
index 83e43cf396439b5bdb986e92204d290c44de6494..7d3958856f3c80b77ade245b241c08c041ed4520 100644 (file)
@@ -61,7 +61,7 @@ typedef struct {
     unsigned warning_limit;
 
     /* only used for video */
-    enum PixelFormat *pixel_fmts;           ///< list of accepted pixel formats, must be terminated with -1
+    enum AVPixelFormat *pixel_fmts;           ///< list of accepted pixel formats, must be terminated with -1
 
     /* only used for audio */
     enum AVSampleFormat *sample_fmts;       ///< list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE