On Tue, May 17, 2011 at 10:26:30AM -0400, Ronald S. Bultje wrote:
> Fixes "make THREADS=2 THREAD_TYPE=2
> fate-h264-conformance-frext-pph10i3_panasonic_a".
> ---
>  libavcodec/h264.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libavcodec/h264.c b/libavcodec/h264.c
> index 46fd93d..4613287 100644
> --- a/libavcodec/h264.c
> +++ b/libavcodec/h264.c
> @@ -1965,6 +1965,7 @@ static int decode_slice_header(H264Context *h, 
> H264Context *h0){
>              c->h264dsp = h->h264dsp;
>              c->sps = h->sps;
>              c->pps = h->pps;
> +            c->pixel_shift = h->pixel_shift;
>              init_scan_tables(c);
>              clone_tables(c, h, i);
>          }
> -- 

looks ok
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to