comparison indeo3.c @ 2028:141a9539e270 libavcodec

data_size = 0 cleanup
author michael
date Fri, 21 May 2004 14:37:16 +0000
parents 11124a5d04f6
children 4a0cfd63f078
comparison
equal deleted inserted replaced
2027:3a78447c3b53 2028:141a9539e270
1056 unsigned char *src, *dest; 1056 unsigned char *src, *dest;
1057 int y; 1057 int y;
1058 1058
1059 /* no supplementary picture */ 1059 /* no supplementary picture */
1060 if (buf_size == 0) { 1060 if (buf_size == 0) {
1061 *data_size = 0;
1062 return 0; 1061 return 0;
1063 } 1062 }
1064 1063
1065 iv_decode_frame(s, buf, buf_size); 1064 iv_decode_frame(s, buf, buf_size);
1066 1065