Mercurial > mplayer.hg
diff gui/util/bitmap.c @ 35715:8517826b0dbd
Replace CODEC_IDs their modern AV_-prefixed counterparts.
author | diego |
---|---|
date | Mon, 21 Jan 2013 19:44:53 +0000 |
parents | 782461b26312 |
children | c667e34fb941 |
line wrap: on
line diff
--- a/gui/util/bitmap.c Mon Jan 21 19:44:49 2013 +0000 +++ b/gui/util/bitmap.c Mon Jan 21 19:44:53 2013 +0000 @@ -121,7 +121,7 @@ } avcodec_register_all(); - avcodec_open2(avctx, avcodec_find_decoder(CODEC_ID_PNG), NULL); + avcodec_open2(avctx, avcodec_find_decoder(AV_CODEC_ID_PNG), NULL); av_init_packet(&pkt); pkt.data = data;