comparison adtsenc.c @ 4482:4398efc7417c libavformat

Add libavcodec/internal.h include to avoid warning: implicit declaration of function ¡Æff_log_missing_feature¡Ç Patch by Patrik Kullman ( patrik yes nu )
author superdump
date Fri, 13 Feb 2009 23:02:05 +0000
parents d23db4a449ed
children bf7e0b55d9ec
comparison
equal deleted inserted replaced
4481:27fd3af46000 4482:4398efc7417c
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 22
23 #include "libavcodec/bitstream.h" 23 #include "libavcodec/bitstream.h"
24 #include "libavcodec/internal.h"
24 #include "avformat.h" 25 #include "avformat.h"
25 26
26 #define ADTS_HEADER_SIZE 7 27 #define ADTS_HEADER_SIZE 7
27 28
28 typedef struct { 29 typedef struct {