Opened 5 years ago
Closed 5 years ago
#7515 closed defect (needs_more_info)
Unexpected demuxer behavior for FFmpeg configured with "disable-decoders"
| Reported by: | rgadkari | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
We are using only the demuxer functionality of FFmpeg in an application. FFmpeg has been configured with "disable-decoders" option, hence no enabled decoders are present.
When the function - avformat_find_stream_info is invoked, it further calls find_probe_decoder, but since no decoders are enabled, it causes seg-fault or unexpected behavior.
Configuration -
./configure --enable-shared --disable-encoders --disable-decoders --disable-optimizations --enable-debug --disable-stripping --enable-logging
Change History (2)
comment:1 by , 5 years ago
| Reproduced by developer: | unset |
|---|
comment:2 by , 5 years ago
| Resolution: | → needs_more_info |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Replying to rgadkari:
Please provide backtrace, disassembly and register dump and explain how I can reproduce the issue.