Hi all,

I'm currently writing an avifile output plugin for gmerlin (which will 
be nice for ripping VCDs with my new VCD plugin :).
I want to make all configuration dialogs be built dynamically from the 
informations found in the audio_codecs and video_codecs vectors.
The first problem, which occured, are the copyright characters found in 
the name strings of some codecs. I know, that they work ok with qt, but 
in gtk, they result in emtpy menu items. This might be a gtk bug, but in 
my opinion, chars greater than 0x7F (or smaller than 0) should be 
avoided in strings, which won't get localized.

Second, I want to decrease my download size by linking my ffmpeg output 
plugin with the ffmpeg code from avifile (this is already done with lame 
and mad). For this, I need a Makefile.am in the libav subdirectory, 
because It's needed by my plugin and it should be in "make dist". If you 
are interested, I could conbtribute this Makefile.am to avifile.

That's all for now, more might come in the next weeks...

Have a nice day

Burkhard


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to