Currently key_frame and pict_type are unset.
Add an extra param to fetch the picture type from qsv decoder
Signed-off-by: ChaoX A Liu
Signed-off-by: Zhong Li
---
libavcodec/qsv.c | 24
libavcodec/qsv_internal.h | 3 +++
libavcodec/qsvdec.c | 7 +++
On Sun, Jan 21, 2018 at 1:15 AM, Luca Barbato wrote:
> On 20/01/2018 16:21, Sean McGovern wrote:
>>
>> Is this patch still useful for library users? Can I apply it without the
>> Bug-Id?
>
>
> I think we have to decide if it is an invalid usage of the API (and be even
> louder with the error messa
Bug-Id: 1101
Cc: libav-sta...@libav.org
---
libavcodec/vc1_mc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c
index f4632d6..abdc9e3 100644
--- a/libavcodec/vc1_mc.c
+++ b/libavcodec/vc1_mc.c
@@ -689,6 +689,11 @@ void ff_vc1_mc_4mv_chroma4(VC1Co
Hi Luca,
On Sun, Jan 28, 2018 at 4:59 AM, Luca Barbato wrote:
> On 28/01/2018 03:24, Sean McGovern wrote:
>>
>> Bug-Id: 1101
>> Cc: libav-sta...@libav.org
>> ---
>> libavcodec/vc1_mc.c | 5 +
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c
>>
On 28/01/2018 03:24, Sean McGovern wrote:
Bug-Id: 1101
Cc: libav-sta...@libav.org
---
libavcodec/vc1_mc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vc1_mc.c b/libavcodec/vc1_mc.c
index f4632d6..fb5ca75 100644
--- a/libavcodec/vc1_mc.c
+++ b/libavcodec/vc1_mc.c
@@ -713