[FFmpeg-devel] Strange construct on libavcodec/flicvideo.c

Aurelien Jacobs aurel
Tue May 27 12:05:12 CEST 2008


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




More information about the ffmpeg-devel mailing list