comparison h263_parser.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents ee6c1ce06470
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "parser.h"
23
22 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); 24 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);