[FFmpeg-devel] [PATCH] fix libavcodec test programs
Diego Biurrun
diego
Wed Jan 23 23:50:53 CET 2008
On Wed, Jan 23, 2008 at 01:05:49PM +0100, Panagiotis Issaris wrote:
> Diego Biurrun schreef:
> >
> > Anyway, here is a patch that disables all problematic parts and "fixes"
> > compilation. I searched for the missing functions, encode_nal() was
> > removed in r7228, h264_diff_dct_c in r7244, both commits by takis.
>
> Before my commit removing it, it was "#if 0"-ed out. And the code in
> encode_nal() was reused in h264enc.c, in h264_write_nal_unit().
Next time please be a little more diligent and make sure that functions
you remove are not called anywhere. Or remove/replace the code that
calls them as well.
Diego
More information about the ffmpeg-devel
mailing list