comparison dvenc.c @ 5968:9fef9c7acf03 libavformat

Add missing internal.h #include for brktimegm(), fixes the warning: libavformat/dvenc.c:82: warning: implicit declaration of function ¡Æbrktimegm¡Ç
author diego
date Tue, 20 Apr 2010 14:41:55 +0000
parents 536e5527c1e0
children
comparison
equal deleted inserted replaced
5967:c5a3e1951fc6 5968:9fef9c7acf03
27 * License along with FFmpeg; if not, write to the Free Software 27 * License along with FFmpeg; if not, write to the Free Software
28 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 28 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
29 */ 29 */
30 #include <time.h> 30 #include <time.h>
31 #include <stdarg.h> 31 #include <stdarg.h>
32
32 #include "avformat.h" 33 #include "avformat.h"
34 #include "internal.h"
33 #include "libavcodec/dvdata.h" 35 #include "libavcodec/dvdata.h"
34 #include "dv.h" 36 #include "dv.h"
35 #include "libavutil/fifo.h" 37 #include "libavutil/fifo.h"
36 38
37 struct DVMuxContext { 39 struct DVMuxContext {