Reimplement av_fill_image_pointers() using the information stored in
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 30 Jul 2010 08:42:19 +0000 (08:42 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 30 Jul 2010 08:42:19 +0000 (08:42 +0000)
commit7d8d18de2c9fc4bdfd2680782d74071140f08630
tree41034cd11d32c02d3a5eb7595408743000d674e7
parent46b1d17a6f41aaee2fbe4769ea95906935bf4f5f
Reimplement av_fill_image_pointers() using the information stored in
the pixdescs.

The new implementation is more compact, and does not need to be
updated at each pixel format addition.

Originally committed as revision 24590 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcore/imgutils.c