diff options
Diffstat (limited to 'videogrid')
-rw-r--r-- | videogrid/videogrid.cc | 4 |
1 files 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 <KeyPress-Return> [concat videogrid_ok $id]\n"); - sys_gui("bind $id.9rangef.h_cell <KeyPress-Return> [concat videogrid_ok $id]\n"); + av_read_frame(pFormatCtx, &packet); + // Is this a packet from the video stream? if(packet.stream_index==videoStream) { |