diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-16 00:09:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-16 00:09:00 +0000 |
commit | 648410c1fc36e10d88e2925bdc24123bcfca4403 (patch) | |
tree | c17098d0ffa9b863ee3c14c5203a22165a1063d9 /libavcodec/xvmc.h | |
parent | df9d2e04bb0caa0ea27759122a418550011414f1 (diff) | |
download | ffmpeg-648410c1fc36e10d88e2925bdc24123bcfca4403.tar.gz |
cosmetics: one more wording fix
Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 9f67dd6bee..cb56d50bf3 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -147,7 +147,7 @@ struct xvmc_pix_fmt { - application - zeroes it on get_buffer() and after successful ff_draw_horiz_band(). - libavcodec - each macroblock increases it with the number - of coded blocks in it. + of coded blocks it contains. */ int next_free_data_block_num; |