diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-04-21 20:54:51 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-23 05:09:51 +0200 |
commit | e8b4f6d6befc5062db74916ea8a4d830e83022a8 (patch) | |
tree | 67b01bdc475c25f24a40d64cf14367ec9158f8f3 /libavcodec/vp9_parser.c | |
parent | d7f62f033c214f3863acfd8e0672407b0bf91a3b (diff) | |
download | ffmpeg-e8b4f6d6befc5062db74916ea8a4d830e83022a8.tar.gz |
vp9: add support for resolution changes in inter frames.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp9_parser.c')
-rw-r--r-- | libavcodec/vp9_parser.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/vp9_parser.c b/libavcodec/vp9_parser.c index 220290fbf1..ab33c33414 100644 --- a/libavcodec/vp9_parser.c +++ b/libavcodec/vp9_parser.c @@ -1,5 +1,8 @@ /* - * Copyright (C) 2008 Michael Niedermayer + * VP9 compatible video decoder + * + * Copyright (C) 2013 Ronald S. Bultje <rsbultje gmail com> + * Copyright (C) 2013 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * |