diff h263.c @ 2764:2b37bcabe608 libavcodec

spelling fixes patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself
author diego
date Fri, 17 Jun 2005 15:02:53 +0000
parents edd8e513376c
children dc616c8ef3e6
line wrap: on
line diff
--- a/h263.c	Fri Jun 17 08:24:35 2005 +0000
+++ b/h263.c	Fri Jun 17 15:02:53 2005 +0000
@@ -245,10 +245,10 @@
         /* By now UMV IS DISABLED ON H.263v1, since the restrictions
         of H.263v1 UMV implies to check the predicted MV after
         calculation of the current MB to see if we're on the limits */
-        put_bits(&s->pb, 1, 0);	/* unrestricted motion vector: off */
+        put_bits(&s->pb, 1, 0);	/* Unrestricted Motion Vector: off */
         put_bits(&s->pb, 1, 0);	/* SAC: off */
-        put_bits(&s->pb, 1, s->obmc);	/* advanced prediction mode */
-        put_bits(&s->pb, 1, 0);	/* not PB frame */
+        put_bits(&s->pb, 1, s->obmc);	/* Advanced Prediction */
+        put_bits(&s->pb, 1, 0);	/* only I/P frames, no PB frame */
         put_bits(&s->pb, 5, s->qscale);
         put_bits(&s->pb, 1, 0);	/* Continuous Presence Multipoint mode: off */
     } else {