comparison ffmenc.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents d8d0fc55a7b8
children 77e0c7511d41
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
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 "libavutil/intreadwrite.h"
22 #include "avformat.h" 23 #include "avformat.h"
23 #include "ffm.h" 24 #include "ffm.h"
24 25
25 static void flush_packet(AVFormatContext *s) 26 static void flush_packet(AVFormatContext *s)
26 { 27 {