comparison dvdsubenc.c @ 2962:fde28cb7e3d5 libavcodec

use PRIxN, %zd, %td formats where needed
author mru
date Mon, 12 Dec 2005 01:56:46 +0000
parents ac94d509884e
children ef2149182f1c
comparison
equal deleted inserted replaced
2961:dc544c0e6220 2962:fde28cb7e3d5
206 *q++ = 0xff; // terminating command 206 *q++ = 0xff; // terminating command
207 207
208 qq = outbuf; 208 qq = outbuf;
209 putbe16(&qq, q - outbuf); 209 putbe16(&qq, q - outbuf);
210 210
211 av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%d\n", q - outbuf); 211 av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%td\n", q - outbuf);
212 return q - outbuf; 212 return q - outbuf;
213 } 213 }
214 214
215 static int dvdsub_init_encoder(AVCodecContext *avctx) 215 static int dvdsub_init_encoder(AVCodecContext *avctx)
216 { 216 {