Commit fd1003df authored by michael's avatar michael

10l uninitalized cola

seek regression tests are now deterministic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b680843d
......@@ -63,6 +63,9 @@ int main(int argc, char **argv)
for(i=0; ; i++){
AVPacket pkt;
AVStream *st;
memset(&pkt, 0, sizeof(pkt));
ret= av_read_frame(ic, &pkt);
printf("ret:%2d", ret);
if(ret>=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