Opened 7 years ago

Closed 6 years ago

#6621 closed defect (invalid)

My fix of crash bug of rtsp ffserver

Reported by: daju1 Owned by:
Priority: normal Component: ffserver
Version: unspecified Keywords: ffserver rtsp
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:
My rtsp ffsever build was crashed
How to reproduce:

% ffserver
ffmpeg version from git
my own built on msvc on windows 

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

in file ffmdec.c
line 74
Now:
static int ffm_resync(AVFormatContext *s, uint32_t state)
must be:
static int ffm_resync(AVFormatContext *s, uint16_t state)

and line 94
Now

uint32_t id;

Must be

uint16_t id;

Change History (1)

comment:1 by Rostislav Pehlivanov, 6 years ago

Resolution: invalid
Status: newclosed

ffserver was removed from git master, closing bug as invalid

Note: See TracTickets for help on using tickets.