From 6f3b07176ae833429586bf9d27c8477db9efa7a7 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Thu, 19 Jun 2003 00:47:19 +0000 Subject: maintenance ffmpeg sync: import and activate decoders for 4X and RealAudio codecs; import VP3 decoder but leave de-activated; fixes for SVQ3 bugs; more conditional compilation for encoders CVS patchset: 5067 CVS date: 2003/06/19 00:47:19 --- src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c (limited to 'src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c') diff --git a/src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c b/src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c new file mode 100644 index 000000000..9c5d8bf86 --- /dev/null +++ b/src/libffmpeg/libavcodec/armv4l/mpegvideo_arm.c @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2002 Michael Niedermayer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ + +#include "../dsputil.h" +#include "../mpegvideo.h" +#include "../avcodec.h" + +void MPV_common_init_armv4l(MpegEncContext *s) +{ +} -- cgit v1.2.3