@ -222,7 +222,7 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx
/* sanity check for correct layer ID */
/* sanity check for correct layer ID */
if ( lid ) {
if ( lid ) {
/* future scalable or 3D video coding extensions */
/* future scalable or 3D video coding extensions */
avpriv_report_missing_feature ( ctx , " Multi-layer HEVC coding \n " ) ;
avpriv_report_missing_feature ( ctx , " Multi-layer HEVC coding " ) ;
return AVERROR_PATCHWELCOME ;
return AVERROR_PATCHWELCOME ;
}
}
@ -338,7 +338,7 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx
/* PACI packet */
/* PACI packet */
case 50 :
case 50 :
/* Temporal scalability control information (TSCI) */
/* Temporal scalability control information (TSCI) */
avpriv_report_missing_feature ( ctx , " PACI packets for RTP/HEVC \n " ) ;
avpriv_report_missing_feature ( ctx , " PACI packets for RTP/HEVC " ) ;
res = AVERROR_PATCHWELCOME ;
res = AVERROR_PATCHWELCOME ;
break ;
break ;
}
}