37 lines
811 B
Diff
37 lines
811 B
Diff
|
*** /tmp/mjpegtools-1.6.2/lavtools/lavpipe.c Mon Sep 23 19:46:43 2002
|
||
|
--- mjpegtools-1.6.2/lavtools/lavpipe.c Thu Mar 17 10:24:10 2005
|
||
|
***************
|
||
|
*** 582,587 ****
|
||
|
--- 582,588 ----
|
||
|
mjpeg_info( "closing input %d (source %d)", i, current_index);
|
||
|
decommission_pipe_source(source);
|
||
|
KEEP_SOURCE:
|
||
|
+ ;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
*** /tmp/mjpegtools-1.6.2/mpeg2enc/picture.cc Sat Oct 25 17:36:32 2003
|
||
|
--- mjpegtools-1.6.2/mpeg2enc/picture.cc Fri Mar 18 07:55:36 2005
|
||
|
***************
|
||
|
*** 83,91 ****
|
||
|
}
|
||
|
|
||
|
|
||
|
! curref = new (uint8_t *)[5];
|
||
|
! curorg = new (uint8_t *)[5];
|
||
|
! pred = new (uint8_t *)[5];
|
||
|
|
||
|
for( i = 0 ; i<3; i++)
|
||
|
{
|
||
|
--- 83,91 ----
|
||
|
}
|
||
|
|
||
|
|
||
|
! curref = new uint8_t *[5];
|
||
|
! curorg = new uint8_t *[5];
|
||
|
! pred = new uint8_t *[5];
|
||
|
|
||
|
for( i = 0 ; i<3; i++)
|
||
|
{
|
||
|
|