summaryrefslogtreecommitdiff
path: root/src/libxinevdec/roqvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/roqvideo.c')
-rw-r--r--src/libxinevdec/roqvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxinevdec/roqvideo.c b/src/libxinevdec/roqvideo.c
index ae58c4df1..2f2fb6bd6 100644
--- a/src/libxinevdec/roqvideo.c
+++ b/src/libxinevdec/roqvideo.c
@@ -18,7 +18,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: roqvideo.c,v 1.17 2002/12/21 12:56:49 miguelfreitas Exp $
+ * $Id: roqvideo.c,v 1.18 2003/01/08 01:02:32 miguelfreitas Exp $
*/
/* And this is the header that came with the RoQ video decoder: */
@@ -425,7 +425,6 @@ static void roqvideo_decode_data (video_decoder_t *this_gen,
/* load the stream/meta info */
this->stream->meta_info[XINE_META_INFO_VIDEOCODEC] = strdup("RoQ VQ Video");
- this->stream->stream_info[XINE_STREAM_INFO_VIDEO_HANDLED] = 1;
return;
}