Home
last modified time | relevance | path

Searched refs:ff_put_string (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmjpegenc_common.c156 ff_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */ in jpeg_put_comments()
174 ff_put_string(p, LIBAVCODEC_IDENT, 1); in jpeg_put_comments()
187 ff_put_string(p, "CS=ITU601", 1); in jpeg_put_comments()
Dput_bits.h149 #define ff_put_string ff_put_string_unsupported_here macro
158 void ff_put_string(PutBitContext *pb, const char *string,
Dbitstream.c59 void ff_put_string(PutBitContext *pb, const char *string, int terminate_string) in ff_put_string() function
Dvc2enc.c237 ff_put_string(&s->pb, "BBCD", 0); in encode_parse_info()
934 ff_put_string(&s->pb, aux_data, 1); in encode_frame()
Daacenc.c85 ff_put_string(pb, aux_data, 0); in put_pce()
Dmpeg4videoenc.c1054 ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0); in mpeg4_encode_vol_header()