Sent new patch. Once again this proves the superioity of the graphical stuff. The whole host of issues in the first set of this email would have been avoided, and i wouldnt have to create the patch all over again to fix something.
August 14, 2021 4:23 AM, "Michael Niedermayer" <mich...@niedermayer.cc> wrote: > On Sun, Aug 01, 2021 at 04:22:28PM +0000, ffmpegandmahanstreamer@e.email > wrote: > >> Per Andreas Rheinhardt request i'm splitting the working patches in two. > > And this results in a commit message like this: > Author: ffmpegandmahanstreamer@e.email <ffmpegandmahanstreamer@e.email> > Date: Sun Aug 1 16:22:28 2021 +0000 > > Subject: [PATCH] Cleanup code in truemotion1 decoder > > Per Andreas Rheinhardt request i'm splitting the working patches in two. > > Thats not good > "Subject: [PATCH]" doesnt belong in it > "Cleanup code in truemotion1 decoder" is too terse, what is cleaned upo why > and how > > Your Author name is also missing, is that intended ? > >> --- >> This cleans up the code in the decode24bit and decode16bit functions by >> putting it in way that >> expresses the true intent while making it easier to read. >> libavcodec/truemotion1.c | 36 ++++++++++++------------------------ >> 1 file changed, 12 insertions(+), 24 deletions(-) >> >> diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c >> index 32d8fb4005..50c90e732d 100644 >> --- a/libavcodec/truemotion1.c >> +++ b/libavcodec/truemotion1.c >> @@ -655,25 +655,19 @@ static void >> truemotion1_decode_16bit(TrueMotion1Context *s) >> while (pixels_left > 0) { >> >> if (keyframe || ((mb_change_byte & mb_change_byte_mask) == 0)) { >> - >> + >> switch (y & 3) { > > unrelated > trailing whitespace > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > Nations do behave wisely once they have exhausted all other alternatives. > -- Abba Eban > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".