[FFmpeg-devel] [PATCH 0/1] mpeg: add experimental support for PSMF	audio.
    misty at brew.sh 
    misty at brew.sh
       
    Mon Jan  1 11:32:21 EET 2018
    
    
  
From: Misty De Meo <mistydemeo at gmail.com>
Fixed by adjusting the type of `bytes_remain` to `uint16_t`, since
that's the type returned by the `AV_RB16` macro that it's assigned from.
Maxim Poliakovski (1):
  mpeg: add experimental support for PSMF audio.
 libavcodec/Makefile            |   1 +
 libavcodec/allcodecs.c         |   1 +
 libavcodec/atrac3plus_parser.c | 170 +++++++++++++++++++++++++++++++++++++++++
 libavformat/mpeg.c             |  27 ++++++-
 4 files changed, 198 insertions(+), 1 deletion(-)
 create mode 100644 libavcodec/atrac3plus_parser.c
-- 
2.15.1
    
    
More information about the ffmpeg-devel
mailing list