# HG changeset patch # User michaelni # Date 1051407219 0 # Node ID ad21a7b2349b229dc2f571d5ecb315879edd98f1 # Parent 358bbc952e27e551a4471362229b62ef9197bae7 tired diff -r 358bbc952e27 -r ad21a7b2349b h263dec.c --- a/h263dec.c Sun Apr 27 01:11:26 2003 +0000 +++ b/h263dec.c Sun Apr 27 01:33:39 2003 +0000 @@ -338,7 +338,7 @@ } pc->frame_start_found= vop_found; pc->state= state; - return -1; + return END_NOT_FOUND; } /** diff -r 358bbc952e27 -r ad21a7b2349b h264.c --- a/h264.c Sun Apr 27 01:11:26 2003 +0000 +++ b/h264.c Sun Apr 27 01:33:39 2003 +0000 @@ -3943,7 +3943,7 @@ } pc->state= state; - return -1; + return END_NOT_FOUND; } static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){