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

Albert Astals Cid aastals
Tue May 27 13:46:09 CEST 2008


El Tuesday 27 May 2008 12:05:12 Aurelien Jacobs va escriure:
> 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.

Really? then you should be running a different svn version than me. Line 590 
to 595 here.

Albert

>
> Aurel
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel






More information about the ffmpeg-devel mailing list