Re: [FFmpeg-devel] [PATCH 1/6] lavf/movenc: add sdtp (sample dependency) box

2017-12-02 Thread Michael Niedermayer
On Sun, Nov 19, 2017 at 12:46:30PM -0800, John Stebbins wrote: > The sdtp is required by the AppleTV 4K in order to play 2160p60 video. > --- > libavcodec/avcodec.h | 6 ++ > libavformat/isom.h | 5 + > libavformat/movenc.c | 30 ++ > libavformat/movenc.h |

Re: [FFmpeg-devel] [PATCH 1/6] lavf/movenc: add sdtp (sample dependency) box

2017-11-20 Thread John Stebbins
On 11/19/2017 02:29 PM, Carl Eugen Hoyos wrote: > 2017-11-19 23:25 GMT+01:00 John Stebbins : >> On 11/19/2017 02:12 PM, Carl Eugen Hoyos wrote: >>> 2017-11-19 21:46 GMT+01:00 John Stebbins : The sdtp is required by the AppleTV 4K in order to play 2160p60 video. +/** + * Flag is used

Re: [FFmpeg-devel] [PATCH 1/6] lavf/movenc: add sdtp (sample dependency) box

2017-11-19 Thread Carl Eugen Hoyos
2017-11-19 23:25 GMT+01:00 John Stebbins : > On 11/19/2017 02:12 PM, Carl Eugen Hoyos wrote: >> 2017-11-19 21:46 GMT+01:00 John Stebbins : >>> The sdtp is required by the AppleTV 4K in order to play 2160p60 video. >>> +/** >>> + * Flag is used to indicate packets that contain frames that can >>> +

Re: [FFmpeg-devel] [PATCH 1/6] lavf/movenc: add sdtp (sample dependency) box

2017-11-19 Thread John Stebbins
On 11/19/2017 02:12 PM, Carl Eugen Hoyos wrote: > 2017-11-19 21:46 GMT+01:00 John Stebbins : >> The sdtp is required by the AppleTV 4K in order to play 2160p60 video. >> +/** >> + * Flag is used to indicate packets that contain frames that can >> + * be discarded by the decoder. I.e. Non-reference

Re: [FFmpeg-devel] [PATCH 1/6] lavf/movenc: add sdtp (sample dependency) box

2017-11-19 Thread Carl Eugen Hoyos
2017-11-19 21:46 GMT+01:00 John Stebbins : > The sdtp is required by the AppleTV 4K in order to play 2160p60 video. > +/** > + * Flag is used to indicate packets that contain frames that can > + * be discarded by the decoder. I.e. Non-reference frames. > + */ > +#define AV_PKT_FLAG_DISPOSABLE 0x0