cosmetics: typo fix

Originally committed as revision 17346 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-02-15 20:37:39 +00:00
parent ad0405fc03
commit 864899c329

View File

@ -142,7 +142,7 @@ void ff_xvmc_field_end(MpegEncContext *s)
/** /**
* Synthesize the data needed by XvMC to render one macroblock of data. * Synthesize the data needed by XvMC to render one macroblock of data.
* Fill all relevant fields, if necessery do IDCT. * Fill all relevant fields, if necessary do IDCT.
*/ */
void ff_xvmc_decode_mb(MpegEncContext *s) void ff_xvmc_decode_mb(MpegEncContext *s)
{ {