From 78b4bfdb84b7c909f7b97c87de17f59e36c50559 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 29 Jul 2013 20:48:47 +0200 Subject: Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents --- libavcodec/escape130.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/escape130.c') diff --git a/libavcodec/escape130.c b/libavcodec/escape130.c index 3e3f7e1565..abba965096 100644 --- a/libavcodec/escape130.c +++ b/libavcodec/escape130.c @@ -115,7 +115,7 @@ const uint8_t chroma_vals[] = { static av_cold int escape130_decode_init(AVCodecContext *avctx) { Escape130Context *s = avctx->priv_data; - avctx->pix_fmt = PIX_FMT_YUV420P; + avctx->pix_fmt = AV_PIX_FMT_YUV420P; if ((avctx->width & 1) || (avctx->height & 1)) { av_log(avctx, AV_LOG_ERROR, -- cgit v1.2.3