提交 d50b3fe4 编写于 作者: M Martin Storsjö 提交者: Thomas Volkert

rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log

Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 94dee906
......@@ -351,9 +351,7 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
case 26: // MTAP-16
case 27: // MTAP-24
case 29: // FU-B
av_log(ctx, AV_LOG_ERROR,
"Unhandled type (%d) (See RFC for implementation details)\n",
type);
avpriv_report_missing_feature(ctx, "RTP H.264 NAL unit type %d", type);
result = AVERROR_PATCHWELCOME;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册