summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/xine_decoder.c b/src/libffmpeg/xine_decoder.c
index 444f5bf3b..84100c39a 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.59 2002/10/19 19:36:54 guenter Exp $
+ * $Id: xine_decoder.c,v 1.60 2002/10/28 07:57:50 tmattern Exp $
*
* xine decoder plugin using ffmpeg
*
@@ -229,7 +229,7 @@ static void find_sequence_header (ff_decoder_t *this,
default:
printf ("ffmpeg: invalid/unknown frame rate code : %d \n",
frame_rate_code);
- this->video_step = 3000;
+ this->video_step = 0;
}
this->stream->stream_info[XINE_STREAM_INFO_VIDEO_WIDTH] = width;