comparison bitstream.h @ 7731:4604ce2ea3ad libavcodec

Fix typo.
author stefano
date Fri, 29 Aug 2008 18:43:20 +0000
parents 9445f9c69004
children c4a4495715dd
comparison
equal deleted inserted replaced
7730:5345b7938443 7731:4604ce2ea3ad
362 s->buf_end= s->buf + size; 362 s->buf_end= s->buf + size;
363 } 363 }
364 364
365 /* Bitstream reader API docs: 365 /* Bitstream reader API docs:
366 name 366 name
367 abritary name which is used as prefix for the internal variables 367 arbitrary name which is used as prefix for the internal variables
368 368
369 gb 369 gb
370 getbitcontext 370 getbitcontext
371 371
372 OPEN_READER(name, gb) 372 OPEN_READER(name, gb)