Opened 12 years ago
Closed 12 years ago
#2884 closed enhancement (fixed)
Change available start_number parameter range in img2enc
| Reported by: | Marcin | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avformat |
| Version: | git-master | Keywords: | image2 |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
I would like to ask for minor change in ffmpeg muxer libavformat/img2enc.c.
Currently start_number parameter accepts values from range 1..INT_MAX. Could you change it to 0..INT_MAX?
Change History (2)
comment:1 by , 12 years ago
| Keywords: | image2 added; start_number removed |
|---|---|
| Priority: | normal → wish |
| Status: | new → open |
comment:2 by , 12 years ago
| Analyzed by developer: | set |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | open → closed |
Fixed in:
commit 7af7b45c3802d3d75981057cfda1e1764e96c4da
Author: Stefano Sabatini <stefasab@gmail.com>
Date: Thu Aug 22 10:09:11 2013 +0200
lavf/image2: extend start_number range to accept zero
Address trac ticket #2884.
Note:
See TracTickets
for help on using tickets.



Please consider sending a patch (made with
git format-patchto the ffmpeg-devel mailing list or set up a public git clone.