diff options
author | James Almer <jamrial@gmail.com> | 2015-07-29 22:28:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-07-29 22:28:09 -0300 |
commit | 222d7619cea3b1a6f70eaa56043d3d87cb5870a0 (patch) | |
tree | eca04a5795ffc85ed27b3d5f686f78a26f96c188 | |
parent | 363995296f65ffc63e03af1297827f8de2668ae3 (diff) | |
download | ffmpeg-222d7619cea3b1a6f70eaa56043d3d87cb5870a0.tar.gz |
avfilter/vf_pnsr: fix author name
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavfilter/vf_psnr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 9390f7c625..f202df3857 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Roger Pau Monné <roger.pau@entel.upc.edu> + * Copyright (c) 2011 Roger Pau Monné <roger.pau@entel.upc.edu> * Copyright (c) 2011 Stefano Sabatini * Copyright (c) 2013 Paul B Mahol * |