~nivedha305/+junk/Qtcam

« back to all changes in this revision

Viewing changes to qtcam/src/h264decoder.cpp

  • Committer: nivedha.j at e-consystems
  • Date: 2021-12-09 09:03:51 UTC
  • Revision ID: nivedha.j@e-consystems.com-20211209090351-nsgb1iastm8jevbe
Added debug prints

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
    int gotPicture = 0;
262
262
 
263
263
    int len = libav_decode(pH264CodecCtx,pH264picture,&gotPicture,&avpkt);
 
264
    qDebug() << len;
264
265
    if(len < 0)
265
266
    {
266
267
        return len;