nyanmisaka / ffmpeg-rockchip

FFmpeg with async and zero-copy Rockchip MPP & RGA support
Other
325 stars 47 forks source link

lost the last frame in complex filter #34

Closed mcerveny closed 3 months ago

mcerveny commented 3 months ago

Hello. I found that complex filter (double RGA filter) lost the last frame. in.ts has 100 frames.

nyanmisaka commented 3 months ago

Good catch. In my use case overlay_rkrga is always the last filter so I didn't notice this.

nyanmisaka commented 3 months ago

@mcerveny 27136b05e0742450a019d6bab80d840ac5fd6421 should fix this issue.

mcerveny commented 3 months ago

Yes ! resolved problem. Thank you.