ff_put_string 148 libavcodec/bitstream.h void ff_put_string(PutBitContext * pbc, const char *s, int put_zero); ff_put_string 2450 libavcodec/h263.c ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0); ff_put_string 164 libavcodec/mjpegenc.c ff_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */ ff_put_string 179 libavcodec/mjpegenc.c ff_put_string(p, LIBAVCODEC_IDENT, 1); ff_put_string 191 libavcodec/mjpegenc.c ff_put_string(p, "CS=ITU601", 1);