]> git.sesse.net Git - ffmpeg/commit
mimic: drop AVPicture usage
authorwm4 <nfxjfg@googlemail.com>
Tue, 13 Oct 2015 12:48:55 +0000 (14:48 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 14 Oct 2015 09:25:53 +0000 (11:25 +0200)
commit6a23a34274b747280c1e4a00ad22f97f99bbb48a
tree9f791063d7a973ebfe654b770a6f1adcc031411f
parent6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3
mimic: drop AVPicture usage

Work on the AVFrame references directly.

Instead of setting up a flipped/swapped "view" on the pictures,
flip/swap them when returning decoded frames to the API user.
libavcodec/mimic.c