[FFmpeg-devel] [PATCH] Function to parse Dirac sequence header

Diego Biurrun diego
Tue Jan 5 11:15:08 CET 2010


On Mon, Jan 04, 2010 at 07:09:18PM -0500, David Conrad wrote:
>
> Attached is the latest version of the patch that also exports
> colorspace metadata if you want to review it, I'll apply it in a few
> days after the needed enums are added.
>
> --- /dev/null
> +++ b/libavcodec/dirac.c
> @@ -0,0 +1,299 @@
> +
> +static const dirac_source_params dirac_source_parameters_defaults[] =
> +{
> +
> +static const AVRational dirac_preset_aspect_ratios[] =
> +{
> +
> +static const AVRational dirac_frame_rate[] =
> +{

The { should be on the same line, compare..

> +static const enum AVColorPrimaries dirac_primaries[] = {
> +
> +static const enum AVColorSpace dirac_colorspace[] = {
> +
> +static const enum AVColorTransferCharacteristic dirac_color_trc[] = {

Diego



More information about the ffmpeg-devel mailing list