From 716d413c13981da15323c7a3821860536eefdbbb Mon Sep 17 00:00:00 2001 From: Anton Khirnov <anton@khirnov.net> Date: Sat, 6 Oct 2012 12:10:34 +0200 Subject: Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 4825b0d547..e3d65fc58b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2132,7 +2132,7 @@ will instruct the source to accept video frames with size 320x240 and with format "yuv410p", assuming 1/24 as the timestamps timebase and square pixels (1:1 sample aspect ratio). Since the pixel format with name "yuv410p" corresponds to the number 6 -(check the enum PixelFormat definition in @file{libavutil/pixfmt.h}), +(check the enum AVPixelFormat definition in @file{libavutil/pixfmt.h}), this example corresponds to: @example buffer=320:240:6:1:24 -- cgit v1.2.3