comparison h263.c @ 6918:c1b722b79649 libavcodec

cosmetics: spelling typo fixes
author diego
date Wed, 28 May 2008 09:20:59 +0000
parents 25dcd46b8160
children 778ecab25dd8
comparison
equal deleted inserted replaced
6917:167bd4bec8d1 6918:c1b722b79649
5726 return 0; 5726 return 0;
5727 } 5727 }
5728 5728
5729 /** 5729 /**
5730 * decodes the user data stuff in the header. 5730 * decodes the user data stuff in the header.
5731 * allso inits divx/xvid/lavc_version/build 5731 * Also initializes divx/xvid/lavc_version/build.
5732 */ 5732 */
5733 static int decode_user_data(MpegEncContext *s, GetBitContext *gb){ 5733 static int decode_user_data(MpegEncContext *s, GetBitContext *gb){
5734 char buf[256]; 5734 char buf[256];
5735 int i; 5735 int i;
5736 int e; 5736 int e;