am7xxx-play: Replace deprecated FFmpeg API symbol PIX_FMT_NV12
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Sun, 1 Nov 2015 23:00:00 +0000 (00:00 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 7 Nov 2015 21:26:37 +0000 (22:26 +0100)
commitfdb8045c91881d75c68a08e65dc1e00f89bc0497
treedfc389299b782dee83351a0ae19e9901168af70a
parente2e192a23633acd8606748a6e9399d5e20a52ae8
am7xxx-play: Replace deprecated FFmpeg API symbol PIX_FMT_NV12

PIX_FMT_NV12 is not going to be available in ffmpeg 2.9 so prepare for
that by using AV_PIX_FMT_NV12, which BTW has been available for quite
some time already.
examples/am7xxx-play.c