aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sergi_ll@users.sourceforge.net>2009-03-31 21:05:36 +0000
committerN.N. <sergi_ll@users.sourceforge.net>2009-03-31 21:05:36 +0000
commit5817ef3ca7168edcaea018eda0708ccf5256b739 (patch)
tree1898492ff49f119757b55d1c721ed11625ae2bde
parent79e30dc5b452beacb1f28eaa5ef6d58747e86771 (diff)
bad old paste
svn path=/trunk/externals/pdvjtools/; revision=10938
-rw-r--r--videogrid/videogrid.cc4
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)
{