summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-22 00:14:54 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-22 00:15:10 +0100
commitb0b7571a5208df6c2c445182145a263076df47d8 (patch)
tree420b0376eb1bac22ca252fb1bb4593a58aca8586 /libavformat/rtpdec_h264.c
parentdb3f6465a63130f3c2133073dd6aaf88298497bc (diff)
parentff394ca087d41941d2157e7a4e356e3ad312494e (diff)
Merge commit 'ff394ca087d41941d2157e7a4e356e3ad312494e'
* commit 'ff394ca087d41941d2157e7a4e356e3ad312494e': rtpdec_h264: Add a missing closing paren in a log message Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_h264.c')
-rw-r--r--libavformat/rtpdec_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index 15e914adae..45921e5637 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -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;