Changes between Initial Version and Version 1 of Ticket #527, comment 5
- Timestamp:
- 10/21/2011 07:28:11 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #527, comment 5
initial v1 1 Add the following code before avcodec_open2 doesn't help. 2 {{{ 3 c->sample_rate = 44100; 4 c->channels = 1; 5 c->sample_fmt = AV_SAMPLE_FMT_S16; 6 }}} 1 Sorry again!


