1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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.
* Fill all relevant fields, if necessery do IDCT.
* Fill all relevant fields, if necessary do IDCT.
*/
void ff_xvmc_decode_mb(MpegEncContext *s)
{