[FFmpeg-devel] [PATCH] simplify slice_end
Baptiste Coudurier
baptiste.coudurier
Wed Jul 1 19:30:04 CEST 2009
Michael Niedermayer wrote:
> On Tue, Jun 30, 2009 at 11:17:26AM -0700, Baptiste Coudurier wrote:
>> Michael Niedermayer wrote:
>>> On Mon, Jun 29, 2009 at 05:44:20PM -0700, Baptiste Coudurier wrote:
>>>> Hi,
>>>>
>>>> $subject.
>>>>
>>>> --
>>>> Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
>>>> Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
>>>> FFmpeg maintainer http://www.ffmpeg.org
>>>> mpeg12.c | 15 +++++----------
>>>> 1 file changed, 5 insertions(+), 10 deletions(-)
>>>> 498815a334b24cc024a4953600cca4e37530d2a5 mpeg12_dec_simplify_slice_end.patch
>>>> diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
>>>> index 477e99c..f21d8c5 100644
>>>> --- a/libavcodec/mpeg12.c
>>>> +++ b/libavcodec/mpeg12.c
>>>> @@ -1937,13 +1937,13 @@ static int slice_decode_thread(AVCodecContext *c, void *arg){
>>>> * Handles slice ends.
>>>> * @return 1 if it seems to be the last slice
>>>> */
>>>> -static int slice_end(AVCodecContext *avctx, AVFrame *pict)
>>>> +static void slice_end(AVCodecContext *avctx, AVFrame *pict, int *data_size)
>>> i prefer *data_size= slice_end() over slice_end(data_size), it makes it
>>> more explicit what is returned
>> Patch updated.
>
> ok
>
> btw, doxy for the changed function is welcome too (but no need for a patch
> just commit)
Applied.
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list