comparison h264_parser.c @ 7991:a38b31a2ac52 libavcodec

100l forgot return type.
author michael
date Sat, 04 Oct 2008 01:11:04 +0000
parents 0607ff0877ff
children 60be1c7d8345
comparison
equal deleted inserted replaced
7990:58955234a2bd 7991:a38b31a2ac52
137 state= (state<<8) | buf[i]; 137 state= (state<<8) | buf[i];
138 } 138 }
139 return 0; 139 return 0;
140 } 140 }
141 141
142 static close(AVCodecParserContext *s) 142 static void close(AVCodecParserContext *s)
143 { 143 {
144 H264Context *h = s->priv_data; 144 H264Context *h = s->priv_data;
145 ParseContext *pc = &h->s.parse_context; 145 ParseContext *pc = &h->s.parse_context;
146 146
147 av_free(pc->buffer); 147 av_free(pc->buffer);