From 5817ef3ca7168edcaea018eda0708ccf5256b739 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 31 Mar 2009 21:05:36 +0000 Subject: bad old paste svn path=/trunk/externals/pdvjtools/; revision=10938 --- videogrid/videogrid.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/videogrid/videogrid.cc b/videogrid/videogrid.cc index 8d9d508..70f4013 100644 --- a/videogrid/videogrid.cc +++ b/videogrid/videogrid.cc @@ -214,8 +214,8 @@ extern "C" pCodecCtx->width, pCodecCtx->height); // Read frames and save first five frames to disk - av_read_frame(pFormatCtx, &packet);sys_gui("bind $id.8rangef.w_cell [concat videogrid_ok $id]\n"); - sys_gui("bind $id.9rangef.h_cell [concat videogrid_ok $id]\n"); + av_read_frame(pFormatCtx, &packet); + // Is this a packet from the video stream? if(packet.stream_index==videoStream) { -- cgit v1.2.1