On Tue, 27 May 2008 11:29:02 +0200
Albert Astals Cid <aastals at tv-wan.es> wrote:
> pixel_ptr = y_ptr;
> pixel_countdown = s->avctx->width;
> while (pixel_countdown > 0) {
> *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[pixel_ptr]);
> pixel_ptr += 2;
> }
There is no such construct in current svn version.
Aurel