comparison adtsenc.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents d52c718e83f9
children 7a0230981402
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22
23 #include "libavcodec/bitstream.h"
22 #include "avformat.h" 24 #include "avformat.h"
23 #include "bitstream.h"
24 25
25 #define ADTS_HEADER_SIZE 7 26 #define ADTS_HEADER_SIZE 7
26 27
27 typedef struct { 28 typedef struct {
28 int write_adts; 29 int write_adts;