Advertisement
Guest User

Untitled

a guest
May 20th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bool QAVOutputFormat::queryCodec(int id, QAVOutputFormat::Compliance compliance) const
  2. {
  3.     int rc = avformat_query_codec(_outputFormat, (AVCodecID)id, (int)compliance);
  4.     QF_ASSERT(rc, "avformat_query_codec() error");
  5.     return rc;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement