From 542b83fc90c188f868607861f2bb196a7c700835 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 7 Mar 2013 08:15:31 +0100 Subject: Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264.c') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index f2f37c865e..cad2520da4 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2923,7 +2923,7 @@ static int h264_set_parameter_from_sps(H264Context *h) return 0; } -static enum PixelFormat get_pixel_format(H264Context *h) +static enum AVPixelFormat get_pixel_format(H264Context *h) { switch (h->sps.bit_depth_luma) { case 9: -- cgit v1.2.3