Hi!

Wolfram Gloger wrote:

> diff -ur dvbcut/src/lavfmuxer.cpp dvbcut-wg/src/lavfmuxer.cpp
> --- dvbcut/src/lavfmuxer.cpp  2008-03-25 21:32:27.000000000 +0100
> +++ dvbcut-wg/src/lavfmuxer.cpp       2008-10-26 22:58:57.000000000 +0100
> @@ -59,6 +59,7 @@
>    mpg.setvideoencodingparameters();
>    s->codec=mpg.getavcc(VIDEOSTREAM);
>    s->codec->rc_buffer_size = 224*1024*8;
> +  s->sample_aspect_ratio = s->codec->sample_aspect_ratio;
>  
>    for (int i=0;i<mpg.getaudiostreams();++i)
>      if (audiostreammask & (1u<<i)) {

This doesn't work with the included ffmpeg:

lavfmuxer.cpp: In constructor `lavfmuxer::lavfmuxer(const char*,
uint32_t, mpgfile&, const char*)':
lavfmuxer.cpp:62: error: 'struct AVStream' has no member named
'sample_aspect_ratio'


-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to