Opened 12 years ago
Closed 12 years ago
#3613 closed defect (fixed)
transcode_aac test fails to build
| Reported by: | Brad Smith | Owned by: | Timothy Gu |
|---|---|---|---|
| Priority: | normal | Component: | documentation |
| Version: | git-master | Keywords: | examples |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description (last modified by )
Updating to the FFmpeg 2.2 branch I noticed one of the tests (transcode_aac) fails to build.
doc/examples/transcode_aac.c:56: error: type qualifiers ignored on function return type
Change History (8)
comment:1 by , 12 years ago
| Component: | undetermined → documentation |
|---|
comment:4 by , 12 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | set to |
| Status: | new → open |
I will send a patch in ~2 days (because I forgot about this ticket). Anyway thanks for the confirmation.
comment:7 by , 12 years ago
| Keywords: | examples added |
|---|---|
| Reproduced by developer: | set |
| Version: | 2.2.1 → git-master |
comment:8 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed in http://git.videolan.org/?p=ffmpeg.git;a=commit;h=9f02a2b2240028de6bf48659170ea697f393a2ee. 2.3.2 and 2.2.7 will receive this bug fix (2.2.6 was just released 5 hours ago, sorry the patch didn't make it.)
Note:
See TracTickets
for help on using tickets.



Code:
static char *const get_error_text(const int error) { ... }It should be
static const char *get_error_text.