Commit 8bab09de authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

temporary reverted av_free_packet() patch.

parent 78ef7616
......@@ -464,11 +464,11 @@ bool CvCapture_FFMPEG::grabFrame()
break;
}
if (packet.data)
/*if (packet.data)
{
av_free_packet (&packet);
packet.data = NULL;
}
}*/
}
if( valid && first_frame_number < 0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment