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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dput_bits.h107 #define avpriv_put_string ff_put_string_unsupported_here macro
120 void avpriv_put_string(PutBitContext *pb, const char *string,
H A Dmjpegenc_common.c123 avpriv_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */
138 avpriv_put_string(p, LIBAVCODEC_IDENT, 1);
150 avpriv_put_string(p, "CS=ITU601", 1);
H A Dbitstream.c52 void avpriv_put_string(PutBitContext *pb, const char *string, function
H A Dmpeg4videoenc.c1084 avpriv_put_string(&s->pb, LIBAVCODEC_IDENT, 0);

Completed in 134 milliseconds