On Sun, Feb 11, 2018 at 08:31:40PM +0200, Jan Ekström wrote:
> On Sun, Feb 11, 2018 at 7:52 PM, Michael Niedermayer
> wrote:
> >
> > should be ok unless its intended to also restore the MSB
> >
>
> The value seemed to be 10bit and if the pointer is at the position
> right after the picture_start_
On Sun, Feb 11, 2018 at 8:31 PM, Jan Ekström wrote:
> On Sun, Feb 11, 2018 at 7:52 PM, Michael Niedermayer
> wrote:
>>
>> should be ok unless its intended to also restore the MSB
>>
>
> The value seemed to be 10bit and if the pointer is at the position
> right after the picture_start_code, then `
On Sun, Feb 11, 2018 at 7:52 PM, Michael Niedermayer
wrote:
>
> should be ok unless its intended to also restore the MSB
>
The value seemed to be 10bit and if the pointer is at the position
right after the picture_start_code, then `buf[0] << 2` would move the
8 bits left of data two bits leftward
On Sun, Feb 11, 2018 at 04:37:51PM +0200, Jan Ekström wrote:
> From: Masaki Tanaka
>
> Utilizes the temporal_reference field from the picture header.
> ---
> libavcodec/mpegvideo_parser.c | 1 +
> 1 file changed, 1 insertion(+)
should be ok unless its intended to also restore the MSB
Theres no
From: Masaki Tanaka
Utilizes the temporal_reference field from the picture header.
---
libavcodec/mpegvideo_parser.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/mpegvideo_parser.c b/libavcodec/mpegvideo_parser.c
index 3406346a8b..4f554b684e 100644
--- a/libavcodec/mpegvideo_pa