[FFmpeg-devel] [PATCH 1/2] g726: use LE bitreader/bitwriter	instead
    Carl Eugen Hoyos 
    cehoyos at ag.or.at
       
    Sat Jan 12 12:45:20 CET 2013
    
    
  
Paul B Mahol <onemda <at> gmail.com> writes:
> +++ b/libavcodec/g726.c
> @@ -23,6 +23,8 @@
>   */
>  #include <limits.h>
> 
> +#define BITSTREAM_READER_LE
> +#define BITSTREAM_WRITER_LE
Thank you for looking at this!
I believe I had found a sample that worked 
with our implementation, I have hardware 
problems atm, it should be an asf file 
at samples if you want to look yourself...
Carl Eugen
    
    
More information about the ffmpeg-devel
mailing list