I think this should be ok.

Johannes Sixt wrote:
> On Dienstag, 20. Januar 2009, David Arendt wrote:
>   
>> In fact, as only other parameters are passed to a standard ffmpeg
>> function, conditioning compiling is not necessary. Compiling and
>> executing with internal ffmpeg will work. Only opening dnxhd encoded
>> files will fail.
>>     
>
> Not quite. I had to insert this change. Is this OK or must the CODEC_ID_DNXHD 
> appear in a certain position in the list?
>
> -- Hannes
>
> diff --git a/quicktime/ffmpeg/libavcodec/avcodec.h 
> b/quicktime/ffmpeg/libavcodec/avcodec.h
> index 8b6d34e..7697287 100644
> --- a/quicktime/ffmpeg/libavcodec/avcodec.h
> +++ b/quicktime/ffmpeg/libavcodec/avcodec.h
> @@ -111,6 +111,7 @@ enum CodecID {
>      CODEC_ID_AASC,
>      CODEC_ID_INDEO2,
>      CODEC_ID_FRAPS,
> +    CODEC_ID_DNXHD,
>
>      /* various pcm "codecs" */
>      CODEC_ID_PCM_S16LE= 0x10000,
>   


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to