Browse Source

rtpdec_h264: Add a missing closing paren in a log message

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.6
Martin Storsjö 10 years ago
parent
commit
ff394ca087
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtpdec_h264.c

+ 1
- 1
libavformat/rtpdec_h264.c View File

@@ -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;


Loading…
Cancel
Save