Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 29121:bae666342ba9
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
Previously it printed (number of inputs + 1) which is needlessly confusing.
author | reimar |
---|---|
date | Fri, 10 Apr 2009 10:13:41 +0000 |
parents | 41652035483c |
children | bbb6ebec87a0 |
line wrap: on
line source
#ifndef MPLAYER_AE_FAAC_H #define MPLAYER_AE_FAAC_H #include "ae.h" #include "libmpdemux/muxer.h" int mpae_init_faac(audio_encoder_t *encoder); #endif /* MPLAYER_AE_FAAC_H */