summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--src/libffmpeg/xine_decoder.c4
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 <http://www.mpg123.de>
+ FFmpeg - Streaming Multimedia System
+ Written by Gerard Lantau <http://ffmpeg.sourceforge.net>
+
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();