summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/pngdec.c')
-rw-r--r--libavcodec/pngdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c
index b52bf602e5..a6ab665624 100644
--- a/libavcodec/pngdec.c
+++ b/libavcodec/pngdec.c
@@ -639,7 +639,7 @@ skip_tag:
}
}
exit_loop:
- /* handle p-frames only if a predecessor frame is available */
+ /* handle P-frames only if a predecessor frame is available */
if (s->prev->data[0]) {
if (!(avpkt->flags & AV_PKT_FLAG_KEY)) {
int i, j;