From b1d64de93f63c11891c2983a96a7b5bc21cb76ce Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 10 Aug 2001 22:14:24 +0000 Subject: enabling ffmpeg by default, credits to gerard for his incredible work CVS patchset: 408 CVS date: 2001/08/10 22:14:24 --- AUTHORS | 3 +++ src/libffmpeg/xine_decoder.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6172a5c73..016d81185 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,9 @@ xine is using libmpg123 - a free MPEG audio decoder Written by Michael Hipp + FFmpeg - Streaming Multimedia System + Written by Gerard Lantau + Contributions many thanks to the Linux Video and DVD Project "LiViD" diff --git a/src/libffmpeg/xine_decoder.c b/src/libffmpeg/xine_decoder.c index 0a771d094..bd6391bf5 100644 --- a/src/libffmpeg/xine_decoder.c +++ b/src/libffmpeg/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.5 2001/08/10 18:38:05 guenter Exp $ + * $Id: xine_decoder.c,v 1.6 2001/08/10 22:14:24 guenter Exp $ * * xine decoder plugin using ffmpeg * @@ -314,7 +314,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, config_values_t * this->video_decoder.decode_data = ff_decode_data; this->video_decoder.close = ff_close; this->video_decoder.get_identifier = ff_get_id; - this->video_decoder.priority = cfg->lookup_int (cfg, "ff_priority", 0); + this->video_decoder.priority = cfg->lookup_int (cfg, "ff_priority", 5); avcodec_init(); avcodec_register_all(); -- cgit v1.2.3