Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bool QAVOutputFormat::queryCodec(int id, QAVOutputFormat::Compliance compliance) const
- {
- int rc = avformat_query_codec(_outputFormat, (AVCodecID)id, (int)compliance);
- QF_ASSERT(rc, "avformat_query_codec() error");
- return rc;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement