diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-07 08:15:31 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:42:09 +0100 |
commit | 542b83fc90c188f868607861f2bb196a7c700835 (patch) | |
tree | 0949f202efca5e45dcf6fe6aaff9635f279dcadb /libavcodec/h264.c | |
parent | d8b31be6caebd8d1321ecb754b6e7daaf81dc111 (diff) | |
download | ffmpeg-542b83fc90c188f868607861f2bb196a7c700835.tar.gz |
Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |