1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Justin Ruggles 770a5c6d02 adpcmenc: Use correct frame_size for Yamaha ADPCM.
Output packet size should match avctx->block_align. The target output packet
size is 1024 bytes.
Before:
mono   - 1024 samples -> 512 bytes
stereo - 2048 samples -> 2048 bytes
After:
mono   - 2048 samples -> 1024 bytes
stereo - 1024 samples -> 1024 bytes
2012-02-20 15:52:32 -05:00
..
2012-02-20 15:08:41 -05:00
2012-02-11 12:49:23 -05:00
2012-02-19 19:10:28 +01:00
2012-02-12 08:02:28 +01:00
2012-02-17 14:20:18 -05:00
2012-02-12 08:05:57 +01:00
2012-02-17 20:46:37 +01:00
2012-02-17 20:46:37 +01:00
2012-02-19 08:26:30 +01:00
2012-02-02 18:44:52 +01:00
2012-02-20 15:08:41 -05:00
2012-02-19 08:26:30 +01:00
2012-02-20 07:50:44 +01:00
2012-02-08 20:59:07 +01:00
2012-02-19 08:26:30 +01:00
2012-02-17 20:46:37 +01:00
2012-02-10 15:48:52 +01:00
2012-02-10 15:48:52 +01:00
2012-02-01 16:33:27 -05:00
2012-02-20 07:50:44 +01:00
2012-02-17 20:46:37 +01:00
2012-02-20 13:46:57 -05:00
2012-02-20 07:50:44 +01:00
2012-02-15 07:14:51 +01:00
2012-02-08 21:51:24 +01:00
2012-02-19 08:26:30 +01:00
2012-02-19 08:26:30 +01:00
2012-02-14 19:03:10 +01:00
2012-02-20 07:50:44 +01:00
2012-02-17 20:46:37 +01:00
2012-02-20 07:50:44 +01:00
2012-02-19 13:04:10 -05:00
2012-02-17 20:46:37 +01:00
2012-02-20 07:50:44 +01:00
2012-02-18 09:16:39 -08:00
2012-02-15 22:07:05 +02:00
2012-02-18 09:16:39 -08:00
2012-02-18 09:16:39 -08:00
2012-02-15 07:14:51 +01:00
2012-02-18 02:32:09 +02:00
2012-02-19 08:26:30 +01:00
2012-02-16 15:18:45 -05:00
2012-02-17 20:46:37 +01:00
2012-02-20 07:50:44 +01:00