Commit b0b7571a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ff394ca0'

* commit 'ff394ca0':
  rtpdec_h264: Add a missing closing paren in a log message
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents db3f6465 ff394ca0
......@@ -324,7 +324,7 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
case 27: // MTAP-24
case 29: // FU-B
av_log(ctx, AV_LOG_ERROR,
"Unhandled type (%d) (See RFC for implementation details\n",
"Unhandled type (%d) (See RFC for implementation details)\n",
type);
result = AVERROR(ENOSYS);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment