comparison apiexample.c @ 1427:3a6d613c88d8 libavcodec

spelling fix
author bellard
date Thu, 28 Aug 2003 13:30:03 +0000
parents 951a4448c05a
children 902556e6d21d
comparison
equal deleted inserted replaced
1426:b0f89a7855aa 1427:3a6d613c88d8
1 /** 1 /**
2 * @file apiexample.c 2 * @file apiexample.c
3 * avcodec API use example. 3 * avcodec API use example.
4 * 4 *
5 * Note that this library only handles codecs (mpeg, mpeg4, etc...), 5 * Note that this library only handles codecs (mpeg, mpeg4, etc...),
6 * not file formats (avi, vob, etc...). See library 'libav' for the 6 * not file formats (avi, vob, etc...). See library 'libavformat' for the
7 * format handling 7 * format handling
8 */ 8 */
9 9
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <stdio.h> 11 #include <stdio.h>