On Tue, Dec 10, 2013 at 10:46:52PM +0100, Luca Barbato wrote:
> On 10/12/13 21:31, Vittorio Giovara wrote:
> > On Tuesday, December 10, 2013, Luca Barbato wrote:
> >> On 10/12/13 15:28, Vittorio Giovara wrote:
> >>> --- a/libavformat/mpegts.c
> >>> +++ b/libavformat/mpegts.c
> >>> @@ -570,6 +570,7 @@ static const StreamType REGD_types[] = {
> >>> { MKTAG('D','T','S','1'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS },
> >>> { MKTAG('D','T','S','2'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS },
> >>> { MKTAG('D','T','S','3'), AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS },
> >>> + { MKTAG('H','E','V','C'), AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_HEVC },
> >>> { MKTAG('V','C','-','1'), AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_VC1 },
> >>> { 0 },
> >>> };
> >>
> >> Vertical alignment please.
> >
> > The codec ids are aligned at the }, see the whole file. I got tricked by it
> > too when I first saw this :-)
> > Vittorio
>
> That doesn't make it less wrong. =/
Just leave as-is IMO.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel