diff options
Diffstat (limited to 'src/libffmpeg/xine_decoder.c')
-rw-r--r-- | src/libffmpeg/xine_decoder.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libffmpeg/xine_decoder.c b/src/libffmpeg/xine_decoder.c index 9b5871b5b..7d008c7b8 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.53 2002/09/05 20:44:40 mroi Exp $ + * $Id: xine_decoder.c,v 1.54 2002/09/05 22:18:56 mroi Exp $ * * xine decoder plugin using ffmpeg * @@ -621,7 +621,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.reset = ff_reset; this->video_decoder.close = ff_close; this->video_decoder.get_identifier = ff_get_id; - this->video_decoder.priority = 5; this->video_decoder.dispose = ff_dispose; this->size = 0; |