Searched refs:ff_put_string (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dput_bits.h109 #define ff_put_string ff_put_string_unsupported_here macro
122 void ff_put_string(PutBitContext *pb, const char *string, int terminate_string);
H A Dmjpegenc.c164 ff_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */
179 ff_put_string(p, LIBAVCODEC_IDENT, 1);
191 ff_put_string(p, "CS=ITU601", 1);
H A Dbitstream.c49 void ff_put_string(PutBitContext *pb, const char *string, int terminate_string) function
H A Dmpeg4videoenc.c1025 ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0);

Completed in 306 milliseconds