2017-01-31 15:56 GMT+01:00 Sumit Agarwal <sum...@nvidia.com>:
> -        hwframe_ctx->sw_format = ist->st->codecpar->format == 
> AV_PIX_FMT_YUV420P10LE ? AV_PIX_FMT_P010 : AV_PIX_FMT_NV12;
> +        hwframe_ctx->sw_format = ist->st->codecpar->format == 
> AV_PIX_FMT_YUV420P10 ? AV_PIX_FMT_P010 : AV_PIX_FMT_NV12;

I am curious: Is there a documentation that states the pixel formats
should be interpreted as being native endian?
(Is there a big-endian driver or the possibility that there will be one?)

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to