comparison h264.c @ 2028:141a9539e270 libavcodec

data_size = 0 cleanup
author michael
date Fri, 21 May 2004 14:37:16 +0000
parents b5753525f9a8
children acc845e25a68
comparison
equal deleted inserted replaced
2027:3a78447c3b53 2028:141a9539e270
5711 int buf_index; 5711 int buf_index;
5712 5712
5713 s->flags= avctx->flags; 5713 s->flags= avctx->flags;
5714 s->flags2= avctx->flags2; 5714 s->flags2= avctx->flags2;
5715 5715
5716 *data_size = 0;
5717
5718 /* no supplementary picture */ 5716 /* no supplementary picture */
5719 if (buf_size == 0) { 5717 if (buf_size == 0) {
5720 return 0; 5718 return 0;
5721 } 5719 }
5722 5720