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 |
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
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
>>> +
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
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
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 | 2 ++
4 files changed, 43 insertions(+)
diff --git a/libavcodec/avcodec.h