comparison dirac_parser.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
31 #include "parser.h" 31 #include "parser.h"
32 32
33 #define DIRAC_PARSE_INFO_PREFIX 0x42424344 33 #define DIRAC_PARSE_INFO_PREFIX 0x42424344
34 34
35 /** 35 /**
36 * Finds the end of the current frame in the bitstream. 36 * Find the end of the current frame in the bitstream.
37 * @return the position of the first byte of the next frame or -1 37 * @return the position of the first byte of the next frame or -1
38 */ 38 */
39 typedef struct DiracParseContext { 39 typedef struct DiracParseContext {
40 int state; 40 int state;
41 int is_synced; 41 int is_synced;