Re: [FFmpeg-devel] framequeue: Remove redundant logic code

2023-09-28 Thread Nicolas George
杨亚磊 via ffmpeg-devel (12023-09-14): > Hello everyone. > I submitted a patch, the details are as follows: > > framequeue: Remove redundant logic code > > In this logical branch, fq->queued and fq->allocated must be equal. > Deleting this code will make it easier to understand

[FFmpeg-devel] framequeue: Remove redundant logic code

2023-09-14 Thread 杨亚磊 via ffmpeg-devel
Hello everyone. I submitted a patch, the details are as follows: framequeue: Remove redundant logic code In this logical branch, fq->queued and fq->allocated must be equal. Deleting this code will make it easier to understand the logic ( copy the data before tail to the