Ignore:
Timestamp:
May 9, 2019 7:24:57 AM (5 years ago)
Author:
nanang
Message:

Re #1298: Updated PJMEDIA* to use PJ_ERROR consistently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/h264_packetizer.c

    r5603 r5982  
    172172    { 
    173173        //pj_assert(!"MTU too small for H.264 single NAL packetization mode"); 
    174         PJ_LOG(2,("h264_packetizer.c", 
     174        PJ_LOG(2,(THIS_FILE, 
    175175                  "MTU too small for H.264 (required=%u, MTU=%u)", 
    176176                  nal_end - nal_start, pktz->cfg.mtu)); 
Note: See TracChangeset for help on using the changeset viewer.