comparison h263dec.c @ 1219:ad21a7b2349b libavcodec

tired
author michaelni
date Sun, 27 Apr 2003 01:33:39 +0000
parents 126f766bc4c5
children 483db104bb7b
comparison
equal deleted inserted replaced
1218:358bbc952e27 1219:ad21a7b2349b
336 } 336 }
337 } 337 }
338 } 338 }
339 pc->frame_start_found= vop_found; 339 pc->frame_start_found= vop_found;
340 pc->state= state; 340 pc->state= state;
341 return -1; 341 return END_NOT_FOUND;
342 } 342 }
343 343
344 /** 344 /**
345 * draws an line from (ex, ey) -> (sx, sy). 345 * draws an line from (ex, ey) -> (sx, sy).
346 * @param w width of the image 346 * @param w width of the image