#481 closed defect (fixed)
afm: ffmpeg (AMR Narrowband) lavc_audio bug
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | HEAD | Severity: | normal |
| Keywords: | MPlayer | Cc: | |
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
with this clip (http://kopavel.times.lv/usa.3gp) show in all frame:
[amr_nb @ 00A41CF8]amr frame too short (1, should be 32)
and video show only first frame until closing
Verbose mode give me a some information - problem in lavc_audio
from log:
Selected audio codec: [ffamrnb] afm: ffmpeg (AMR Narrowband)
........
[amr_nb @ 00A41CF8]amr frame too short (1, should be 32)
lavc_audio: error
[amr_nb @ 00A41CF8]amr frame too short (1, should be 32)
lavc_audio: error
...
build from date 2006 01 31 from site http://oss.netfarm.it/mplayer-win32.php
work fine, same with celticdruid at 2006 02 22 ...
both new (celtic and oss.netfarm.it) build dont work...
Change History (3)
comment:1 by , 20 years ago
| bug_file_loc: | → http://kopavel.times.lv/usa.3gp |
|---|---|
| Component: | libavcodec → demuxer |
| Keywords: | MPlayer added; FFmpeg removed |
| Owner: | changed from to |
| product: | FFmpeg → MPlayer |
| Version: | unspecified → CVS |
comment:2 by , 20 years ago
| Owner: | changed from to |
|---|
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
A fix for this issue has been committed to CVS.

I have a sample that gives the same error message but plays fine with the
libavformat demuxer. This is a problem in our MOV demuxer.