On Thu, Apr 28, 2011 at 1:32 AM, Diego Biurrun <[email protected]> wrote: > On Wed, Apr 27, 2011 at 05:19:25PM -0700, Aℓex Converse wrote: >> It's a little ugly but without chain demux it isn't something we can >> do particularly cleanly. This is similar to how we do LATM. >> >> Let me know if you think the git metadata should be different. > >> Ported-by: Alex Converse <[email protected]> >> --- >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >> libavcodec/avcodec.h | 1 + >> libavcodec/s302m.c | 142 >> ++++++++++++++++++++++++++++++++++++++++++++++++ >> libavformat/mpegts.c | 1 + >> 5 files changed, 146 insertions(+), 0 deletions(-) >> create mode 100644 libavcodec/s302m.c > > This is missing a version bump and a changelog entry. > >> --- /dev/null >> +++ b/libavcodec/s302m.c >> @@ -0,0 +1,142 @@ >> +/* >> + * SMPTE 302M decoder >> + * Copyright (c) 2008 Laurent Aimar <[email protected]> >> + * Copyright (c) 2009 Baptiste Coudurier <[email protected]> >> + * >> + * This file is part of FFmpeg. > > Ahem... >
I'm absolutely not changing someone else's copyright notice. [...] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
