comparison mjpeg.c @ 541:4273be971bf8 libavcodec

Warning fix.
author mellum
date Fri, 12 Jul 2002 12:41:32 +0000
parents 4cee7ce37e10
children 03e395b31197
comparison
equal deleted inserted replaced
540:4cee7ce37e10 541:4273be971bf8
1312 } 1312 }
1313 #endif 1313 #endif
1314 } 1314 }
1315 } 1315 }
1316 not_the_end: 1316 not_the_end:
1317 ;
1317 } 1318 }
1318 the_end: 1319 the_end:
1319 return buf_ptr - buf; 1320 return buf_ptr - buf;
1320 } 1321 }
1321 1322