[xiph-commits] r9133 - experimental/derf/theora-exp/examples
giles at motherfish-iii.xiph.org
giles at motherfish-iii.xiph.org
Wed Apr 13 17:17:34 PDT 2005
Author: giles
Date: 2005-04-13 17:17:33 -0700 (Wed, 13 Apr 2005)
New Revision: 9133
Modified:
experimental/derf/theora-exp/examples/dump_video.c
Log:
Correct a comment typo.
Modified: experimental/derf/theora-exp/examples/dump_video.c
===================================================================
--- experimental/derf/theora-exp/examples/dump_video.c 2005-04-13 23:21:46 UTC (rev 9132)
+++ experimental/derf/theora-exp/examples/dump_video.c 2005-04-14 00:17:33 UTC (rev 9133)
@@ -108,7 +108,7 @@
/*Here we allocate a buffer so we can use the striped decode feature.
There's no real reason to do this in this application, because we want to
write to the file top-down, but the frame gets decoded bottom up, so we
- have to bufer it all anyway.
+ have to buffer it all anyway.
But this illustrates how the API works.*/
for(pli=0;pli<3;pli++){
int xshift;
More information about the commits
mailing list